Color Hex Logo

#ce077e Color Hex

#CE077E
(206,7,126)
0 Favorites   0 Comments

Color spaces of #ce077e

RGB 2067126
HSL0.900.930.42
HSV324°97°81°
CMYK 0.000.970.39   0.19
XYZ29.295514.780121.0475
Yxy14.78010.44980.2270
Hunter Lab38.444968.7407-5.5482
CIE-Lab45.331573.3865-9.8965

#ce077e color RGB value is (206,7,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000111 01111110
Octal 316 7 176
Decimal 206 7 126
Hex CE 7 7E

RGB Percentages of Color #ce077e

%60.77
%2.06
%37.17

CMYK Percentages of Color #ce077e

%0
%97
%39
%19

Triadic Colors of #ce077e

#ce077e #7ece07 #077ece

Analogous Colors of #ce077e

#ce077e #ce071b #bb07ce

Monochromatic Colors of #ce077e

#ce077e

Complementary Color

#ce077e #07ce57

#ce077e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce077e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce077e Color CSS Codes

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

#ce077e Text Font Color

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

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


#ce077e Background Color

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

This div background color is #ce077e


#ce077e Border Color

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

This div border color is #ce077e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce077e


Comments

No comments written yet.

Please login to write comment.