Color Hex Logo

#c024cf Color Hex

#C024CF
(192,36,207)
0 Favorites   0 Comments

Color spaces of #c024cf

RGB 19236207
HSL0.820.700.48
HSV295°83°81°
CMYK 0.070.830.00   0.19
XYZ33.631616.973260.5351
Yxy16.97320.30260.1527
Hunter Lab41.198573.6174-58.2788
CIE-Lab48.226276.8122-53.7196

#c024cf color RGB value is (192,36,207).

#c024cf hex color red value is 192, green value is 36 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c024cf hue: 0.82 , saturation: 0.70 and the lightness value of c024cf is 0.48.

The process color (four color CMYK) of #c024cf color hex is 0.07, 0.83, 0.00, 0.19. Web safe color of #c024cf is #cc33cc. Color #c024cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100100 11001111
Octal 300 44 317
Decimal 192 36 207
Hex C0 24 CF

RGB Percentages of Color #c024cf

%44.14
%8.28
%47.59

CMYK Percentages of Color #c024cf

%7
%83
%0
%19

Triadic Colors of #c024cf

#c024cf #cfc024 #24cfc0

Analogous Colors of #c024cf

#c024cf #cf2489 #6b24cf

Monochromatic Colors of #c024cf

#c024cf

Complementary Color

#c024cf #33cf24

#c024cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c024cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c024cf Color CSS Codes

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

#c024cf Text Font Color

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

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


#c024cf Background Color

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

This div background color is #c024cf


#c024cf Border Color

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

This div border color is #c024cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c024cf


Comments

No comments written yet.

Please login to write comment.