Color Hex Logo

#c23cae Color Hex

#C23CAE
(194,60,174)
0 Favorites   0 Comments

Color spaces of #c23cae

RGB 19460174
HSL0.860.530.50
HSV309°69°76°
CMYK 0.000.690.10   0.24
XYZ31.504017.757041.8114
Yxy17.75700.34590.1950
Hunter Lab42.139159.7068-29.3316
CIE-Lab49.200064.9943-32.9562

#c23cae color RGB value is (194,60,174).

#c23cae hex color red value is 194, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c23cae hue: 0.86 , saturation: 0.53 and the lightness value of c23cae is 0.50.

The process color (four color CMYK) of #c23cae color hex is 0.00, 0.69, 0.10, 0.24. Web safe color of #c23cae is #cc3399. Color #c23cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111100 10101110
Octal 302 74 256
Decimal 194 60 174
Hex C2 3C AE

RGB Percentages of Color #c23cae

%45.33
%14.02
%40.65

CMYK Percentages of Color #c23cae

%0
%69
%10
%24

Triadic Colors of #c23cae

#c23cae #aec23c #3caec2

Analogous Colors of #c23cae

#c23cae #c23c6b #933cc2

Monochromatic Colors of #c23cae

#c23cae

Complementary Color

#c23cae #3cc250

#c23cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23cae Color CSS Codes

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

#c23cae Text Font Color

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

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


#c23cae Background Color

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

This div background color is #c23cae


#c23cae Border Color

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

This div border color is #c23cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23cae


Comments

No comments written yet.

Please login to write comment.