Color Hex Logo

#c24bea Color Hex

#C24BEA
(194,75,234)
0 Favorites   0 Comments

Color spaces of #c24bea

RGB 19475234
HSL0.790.790.61
HSV285°68°92°
CMYK 0.170.680.00   0.08
XYZ39.615522.442080.0857
Yxy22.44200.27870.1579
Hunter Lab47.373066.3673-67.0707
CIE-Lab54.492969.6414-58.9957

#c24bea color RGB value is (194,75,234).

#c24bea hex color red value is 194, green value is 75 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c24bea hue: 0.79 , saturation: 0.79 and the lightness value of c24bea is 0.61.

The process color (four color CMYK) of #c24bea color hex is 0.17, 0.68, 0.00, 0.08. Web safe color of #c24bea is #cc33ff. Color #c24bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001011 11101010
Octal 302 113 352
Decimal 194 75 234
Hex C2 4B EA

RGB Percentages of Color #c24bea

%38.57
%14.91
%46.52

CMYK Percentages of Color #c24bea

%17
%68
%0
%8

Triadic Colors of #c24bea

#c24bea #eac24b #4beac2

Analogous Colors of #c24bea

#c24bea #ea4bc3 #734bea

Monochromatic Colors of #c24bea

#c24bea

Complementary Color

#c24bea #73ea4b

#c24bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24bea Color CSS Codes

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

#c24bea Text Font Color

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

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


#c24bea Background Color

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

This div background color is #c24bea


#c24bea Border Color

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

This div border color is #c24bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,75,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c24bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c24bea;
  -webkit-box-shadow: 1px 1px 3px 2px #c24bea;
  box-shadow:         1px 1px 3px 2px #c24bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,75,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24bea


Comments

No comments written yet.

Please login to write comment.