Color Hex Logo

#c02cbe Color Hex

#C02CBE
(192,44,190)
0 Favorites   0 Comments

Color spaces of #c02cbe

RGB 19244190
HSL0.840.630.46
HSV301°77°75°
CMYK 0.000.770.01   0.25
XYZ31.933216.725550.2605
Yxy16.72550.32280.1691
Hunter Lab40.896867.8076-44.2372
CIE-Lab47.912372.1093-44.3742

#c02cbe color RGB value is (192,44,190).

#c02cbe hex color red value is 192, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c02cbe hue: 0.84 , saturation: 0.63 and the lightness value of c02cbe is 0.46.

The process color (four color CMYK) of #c02cbe color hex is 0.00, 0.77, 0.01, 0.25. Web safe color of #c02cbe is #cc33cc. Color #c02cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101100 10111110
Octal 300 54 276
Decimal 192 44 190
Hex C0 2C BE

RGB Percentages of Color #c02cbe

%45.07
%10.33
%44.60

CMYK Percentages of Color #c02cbe

%0
%77
%1
%25

Triadic Colors of #c02cbe

#c02cbe #bec02c #2cbec0

Analogous Colors of #c02cbe

#c02cbe #c02c74 #782cc0

Monochromatic Colors of #c02cbe

#c02cbe

Complementary Color

#c02cbe #2cc02e

#c02cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02cbe Color CSS Codes

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

#c02cbe Text Font Color

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

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


#c02cbe Background Color

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

This div background color is #c02cbe


#c02cbe Border Color

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

This div border color is #c02cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02cbe


Comments

No comments written yet.

Please login to write comment.