color codes Logo

#c071eb color codes

#C071EB
(192,113,235)
0 Favorites   0 Comments

Color spaces of #c071eb

RGB 192113235
HSL0.770.750.68
HSV279°52°92°
CMYK 0.180.520.00   0.08
XYZ42.638829.014981.9504
Yxy29.01490.27760.1889
Hunter Lab53.865547.0323-52.4974
CIE-Lab60.794851.7471-49.5207

#c071eb color RGB value is (192,113,235).

#c071eb hex color red value is 192, green value is 113 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c071eb hue: 0.77 , saturation: 0.75 and the lightness value of c071eb is 0.68.

The process color (four color CMYK) of #c071eb color code is 0.18, 0.52, 0.00, 0.08. Web safe color of #c071eb is #cc66ff. Color #c071eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 11101011
Octal 300 161 353
Decimal 192 113 235
Hex C0 71 EB

RGB Percentages of Color #c071eb

%35.56
%20.93
%43.52

CMYK Percentages of Color #c071eb

%18
%52
%0
%8

Triadic Colors of #c071eb

#c071eb #ebc071 #71ebc0

Analogous Colors of #c071eb

#c071eb #eb71d9 #8371eb

Monochromatic Colors of #c071eb

#c071eb

Complementary Color

#c071eb #9ceb71

#c071eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c071eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c071eb Color CSS Codes

.mybgcolor {background-color:#c071eb; } 
.myforecolor {color:#c071eb; }
.mybordercolor {border:3px solid #c071eb; }

#c071eb Text Font Color

<p style="color:#c071eb">Text here</p>

This sample text font color is #c071eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c071eb Background Color

<div style="background-color:#c071eb">
Div content here</div>

This div background color is #c071eb


#c071eb Border Color

<div style="border:3px solid #c071eb">
Div here</div>

This div border color is #c071eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,113,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c071eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c071eb;
  -webkit-box-shadow: 1px 1px 3px 2px #c071eb;
  box-shadow:         1px 1px 3px 2px #c071eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,113,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c071eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c071eb;
  -webkit-box-shadow: 1px 1px 3px 2px #c071eb;
  box-shadow:         1px 1px 3px 2px #c071eb;">
Div content here</div>

This div box has shadow with color #c071eb


Comments

No comments written yet.

Please login to write comment.