Color Hex Logo

#c24cbd Color Hex

#C24CBD
(194,76,189)
0 Favorites   0 Comments

Color spaces of #c24cbd

RGB 19476189
HSL0.840.490.53
HSV303°61°76°
CMYK 0.000.610.03   0.24
XYZ34.017920.312350.2718
Yxy20.31230.32520.1942
Hunter Lab45.069255.8595-34.5858
CIE-Lab52.188561.0825-37.0130

#c24cbd color RGB value is (194,76,189).

#c24cbd hex color red value is 194, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c24cbd hue: 0.84 , saturation: 0.49 and the lightness value of c24cbd is 0.53.

The process color (four color CMYK) of #c24cbd color hex is 0.00, 0.61, 0.03, 0.24. Web safe color of #c24cbd is #cc33cc. Color #c24cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001100 10111101
Octal 302 114 275
Decimal 194 76 189
Hex C2 4C BD

RGB Percentages of Color #c24cbd

%42.27
%16.56
%41.18

CMYK Percentages of Color #c24cbd

%0
%61
%3
%24

Triadic Colors of #c24cbd

#c24cbd #bdc24c #4cbdc2

Analogous Colors of #c24cbd

#c24cbd #c24c82 #8c4cc2

Monochromatic Colors of #c24cbd

#c24cbd

Complementary Color

#c24cbd #4cc251

#c24cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24cbd Color CSS Codes

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

#c24cbd Text Font Color

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

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


#c24cbd Background Color

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

This div background color is #c24cbd


#c24cbd Border Color

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

This div border color is #c24cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24cbd


Comments

No comments written yet.

Please login to write comment.