Color Hex Logo

#c023af Color Hex

#C023AF
(192,35,175)
0 Favorites   0 Comments

Color spaces of #c023af

RGB 19235175
HSL0.850.690.45
HSV306°82°75°
CMYK 0.000.820.09   0.25
XYZ30.077115.503741.9647
Yxy15.50370.34360.1771
Hunter Lab39.374767.4446-35.6276
CIE-Lab46.316572.1182-38.1052

#c023af color RGB value is (192,35,175).

#c023af hex color red value is 192, green value is 35 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c023af hue: 0.85 , saturation: 0.69 and the lightness value of c023af is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 10101111
Octal 300 43 257
Decimal 192 35 175
Hex C0 23 AF

RGB Percentages of Color #c023af

%47.76
%8.71
%43.53

CMYK Percentages of Color #c023af

%0
%82
%9
%25

Triadic Colors of #c023af

#c023af #afc023 #23afc0

Analogous Colors of #c023af

#c023af #c02361 #8323c0

Monochromatic Colors of #c023af

#c023af

Complementary Color

#c023af #23c034

#c023af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c023af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c023af Color CSS Codes

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

#c023af Text Font Color

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

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


#c023af Background Color

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

This div background color is #c023af


#c023af Border Color

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

This div border color is #c023af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c023af


Comments

No comments written yet.

Please login to write comment.