Color Hex Logo

#c24bee Color Hex

#C24BEE
(194,75,238)
0 Favorites   0 Comments

Color spaces of #c24bee

RGB 19475238
HSL0.790.830.61
HSV284°68°93°
CMYK 0.180.680.00   0.07
XYZ40.196822.674583.1469
Yxy22.67450.27530.1553
Hunter Lab47.617767.3508-70.1958
CIE-Lab54.735570.4136-60.8489

#c24bee color RGB value is (194,75,238).

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

The process color (four color CMYK) of #c24bee color hex is 0.18, 0.68, 0.00, 0.07. Web safe color of #c24bee is #cc33ff. Color #c24bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001011 11101110
Octal 302 113 356
Decimal 194 75 238
Hex C2 4B EE

RGB Percentages of Color #c24bee

%38.26
%14.79
%46.94

CMYK Percentages of Color #c24bee

%18
%68
%0
%7

Triadic Colors of #c24bee

#c24bee #eec24b #4beec2

Analogous Colors of #c24bee

#c24bee #ee4bc9 #714bee

Monochromatic Colors of #c24bee

#c24bee

Complementary Color

#c24bee #77ee4b

#c24bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24bee Color CSS Codes

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

#c24bee Text Font Color

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

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


#c24bee Background Color

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

This div background color is #c24bee


#c24bee Border Color

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

This div border color is #c24bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24bee


Comments

No comments written yet.

Please login to write comment.