Color Hex Logo

#c02eae Color Hex

#C02EAE
(192,46,174)
0 Favorites   0 Comments

Color spaces of #c02eae

RGB 19246174
HSL0.850.610.47
HSV307°76°75°
CMYK 0.000.760.09   0.25
XYZ30.355216.216541.5746
Yxy16.21650.34440.1840
Hunter Lab40.269764.0808-33.0224
CIE-Lab47.257369.1102-36.0308

#c02eae color RGB value is (192,46,174).

#c02eae hex color red value is 192, green value is 46 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c02eae hue: 0.85 , saturation: 0.61 and the lightness value of c02eae is 0.47.

The process color (four color CMYK) of #c02eae color hex is 0.00, 0.76, 0.09, 0.25. Web safe color of #c02eae is #cc3399. Color #c02eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101110 10101110
Octal 300 56 256
Decimal 192 46 174
Hex C0 2E AE

RGB Percentages of Color #c02eae

%46.60
%11.17
%42.23

CMYK Percentages of Color #c02eae

%0
%76
%9
%25

Triadic Colors of #c02eae

#c02eae #aec02e #2eaec0

Analogous Colors of #c02eae

#c02eae #c02e65 #892ec0

Monochromatic Colors of #c02eae

#c02eae

Complementary Color

#c02eae #2ec040

#c02eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02eae Color CSS Codes

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

#c02eae Text Font Color

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

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


#c02eae Background Color

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

This div background color is #c02eae


#c02eae Border Color

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

This div border color is #c02eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02eae


Comments

No comments written yet.

Please login to write comment.