Color Hex Logo

#ce125a Color Hex

#CE125A
(206,18,90)
0 Favorites   0 Comments

Color spaces of #ce125a

RGB 2061890
HSL0.940.840.44
HSV337°91°81°
CMYK 0.000.910.56   0.19
XYZ27.515414.292610.9814
Yxy14.29260.52120.2707
Hunter Lab37.805663.75509.2419
CIE-Lab44.649769.341211.4728

#ce125a color RGB value is (206,18,90).

#ce125a hex color red value is 206, green value is 18 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ce125a hue: 0.94 , saturation: 0.84 and the lightness value of ce125a is 0.44.

The process color (four color CMYK) of #ce125a color hex is 0.00, 0.91, 0.56, 0.19. Web safe color of #ce125a is #cc0066. Color #ce125a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010010 01011010
Octal 316 22 132
Decimal 206 18 90
Hex CE 12 5A

RGB Percentages of Color #ce125a

%65.61
%5.73
%28.66

CMYK Percentages of Color #ce125a

%0
%91
%56
%19

Triadic Colors of #ce125a

#ce125a #5ace12 #125ace

Analogous Colors of #ce125a

#ce125a #ce2812 #ce12b8

Monochromatic Colors of #ce125a

#ce125a

Complementary Color

#ce125a #12ce86

#ce125a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce125a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce125a Color CSS Codes

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

#ce125a Text Font Color

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

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


#ce125a Background Color

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

This div background color is #ce125a


#ce125a Border Color

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

This div border color is #ce125a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce125a


Comments

No comments written yet.

Please login to write comment.