Color Hex Logo

#c24bce Color Hex

#C24BCE
(194,75,206)
0 Favorites   0 Comments

Color spaces of #c24bce

RGB 19475206
HSL0.820.570.55
HSV295°64°81°
CMYK 0.060.640.00   0.19
XYZ35.904820.957760.5454
Yxy20.95770.30580.1785
Hunter Lab45.779659.8828-46.3678
CIE-Lab52.903264.4479-45.6652

#c24bce color RGB value is (194,75,206).

#c24bce hex color red value is 194, green value is 75 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c24bce hue: 0.82 , saturation: 0.57 and the lightness value of c24bce is 0.55.

The process color (four color CMYK) of #c24bce color hex is 0.06, 0.64, 0.00, 0.19. Web safe color of #c24bce is #cc33cc. Color #c24bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001011 11001110
Octal 302 113 316
Decimal 194 75 206
Hex C2 4B CE

RGB Percentages of Color #c24bce

%40.84
%15.79
%43.37

CMYK Percentages of Color #c24bce

%6
%64
%0
%19

Triadic Colors of #c24bce

#c24bce #cec24b #4bcec2

Analogous Colors of #c24bce

#c24bce #ce4b99 #814bce

Monochromatic Colors of #c24bce

#c24bce

Complementary Color

#c24bce #57ce4b

#c24bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24bce Color CSS Codes

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

#c24bce Text Font Color

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

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


#c24bce Background Color

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

This div background color is #c24bce


#c24bce Border Color

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

This div border color is #c24bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24bce


Comments

No comments written yet.

Please login to write comment.