Color Hex Logo

#ce127e Color Hex

#CE127E
(206,18,126)
0 Favorites   0 Comments

Color spaces of #ce127e

RGB 20618126
HSL0.900.840.44
HSV326°91°81°
CMYK 0.000.910.39   0.19
XYZ29.435815.060821.0942
Yxy15.06080.44880.2296
Hunter Lab38.808267.4766-5.0613
CIE-Lab45.717472.2617-9.3168

#ce127e color RGB value is (206,18,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010010 01111110
Octal 316 22 176
Decimal 206 18 126
Hex CE 12 7E

RGB Percentages of Color #ce127e

%58.86
%5.14
%36.00

CMYK Percentages of Color #ce127e

%0
%91
%39
%19

Triadic Colors of #ce127e

#ce127e #7ece12 #127ece

Analogous Colors of #ce127e

#ce127e #ce1220 #c012ce

Monochromatic Colors of #ce127e

#ce127e

Complementary Color

#ce127e #12ce62

#ce127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce127e Color CSS Codes

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

#ce127e Text Font Color

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

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


#ce127e Background Color

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

This div background color is #ce127e


#ce127e Border Color

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

This div border color is #ce127e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce127e


Comments

No comments written yet.

Please login to write comment.