Color Hex Logo

#c10eae Color Hex

#C10EAE
(193,14,174)
0 Favorites   0 Comments

Color spaces of #c10eae

RGB 19314174
HSL0.850.860.41
HSV306°93°76°
CMYK 0.000.930.10   0.24
XYZ29.789314.707541.3132
Yxy14.70750.34720.1714
Hunter Lab38.350471.5398-37.0253
CIE-Lab45.230975.7071-39.2197

#c10eae color RGB value is (193,14,174).

#c10eae hex color red value is 193, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c10eae hue: 0.85 , saturation: 0.86 and the lightness value of c10eae is 0.41.

The process color (four color CMYK) of #c10eae color hex is 0.00, 0.93, 0.10, 0.24. Web safe color of #c10eae is #cc0099. Color #c10eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001110 10101110
Octal 301 16 256
Decimal 193 14 174
Hex C1 E AE

RGB Percentages of Color #c10eae

%50.66
%3.67
%45.67

CMYK Percentages of Color #c10eae

%0
%93
%10
%24

Triadic Colors of #c10eae

#c10eae #aec10e #0eaec1

Analogous Colors of #c10eae

#c10eae #c10e54 #7b0ec1

Monochromatic Colors of #c10eae

#c10eae

Complementary Color

#c10eae #0ec121

#c10eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10eae Color CSS Codes

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

#c10eae Text Font Color

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

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


#c10eae Background Color

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

This div background color is #c10eae


#c10eae Border Color

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

This div border color is #c10eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,14,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 #c10eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10eae


Comments

No comments written yet.

Please login to write comment.