Color Hex Logo

#c024be Color Hex

#C024BE
(192,36,190)
0 Favorites   0 Comments

Color spaces of #c024be

RGB 19236190
HSL0.840.680.45
HSV301°81°75°
CMYK 0.000.810.01   0.25
XYZ31.663416.185950.1705
Yxy16.18590.32300.1651
Hunter Lab40.231770.0787-45.7747
CIE-Lab47.217474.1226-45.4798

#c024be color RGB value is (192,36,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100100 10111110
Octal 300 44 276
Decimal 192 36 190
Hex C0 24 BE

RGB Percentages of Color #c024be

%45.93
%8.61
%45.45

CMYK Percentages of Color #c024be

%0
%81
%1
%25

Triadic Colors of #c024be

#c024be #bec024 #24bec0

Analogous Colors of #c024be

#c024be #c02470 #7424c0

Monochromatic Colors of #c024be

#c024be

Complementary Color

#c024be #24c026

#c024be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c024be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c024be Color CSS Codes

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

#c024be Text Font Color

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

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


#c024be Background Color

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

This div background color is #c024be


#c024be Border Color

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

This div border color is #c024be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,36,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 #c024be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c024be


Comments

No comments written yet.

Please login to write comment.