Color Hex Logo

#c02be1 Color Hex

#C02BE1
(192,43,225)
0 Favorites   0 Comments

Color spaces of #c02be1

RGB 19243225
HSL0.800.750.53
HSV289°81°88°
CMYK 0.150.810.00   0.12
XYZ36.192718.370572.8724
Yxy18.37050.28400.1442
Hunter Lab42.860875.7232-70.8029
CIE-Lab49.942478.1732-61.2496

#c02be1 color RGB value is (192,43,225).

#c02be1 hex color red value is 192, green value is 43 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c02be1 hue: 0.80 , saturation: 0.75 and the lightness value of c02be1 is 0.53.

The process color (four color CMYK) of #c02be1 color hex is 0.15, 0.81, 0.00, 0.12. Web safe color of #c02be1 is #cc33cc. Color #c02be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101011 11100001
Octal 300 53 341
Decimal 192 43 225
Hex C0 2B E1

RGB Percentages of Color #c02be1

%41.74
%9.35
%48.91

CMYK Percentages of Color #c02be1

%15
%81
%0
%12

Triadic Colors of #c02be1

#c02be1 #e1c02b #2be1c0

Analogous Colors of #c02be1

#c02be1 #e12ba7 #652be1

Monochromatic Colors of #c02be1

#c02be1

Complementary Color

#c02be1 #4ce12b

#c02be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02be1 Color CSS Codes

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

#c02be1 Text Font Color

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

This sample text font color is #c02be1
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.


#c02be1 Background Color

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

This div background color is #c02be1


#c02be1 Border Color

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

This div border color is #c02be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02be1


Comments

No comments written yet.

Please login to write comment.