Color Hex Logo

#ce077d Color Hex

#CE077D
(206,7,125)
0 Favorites   0 Comments

Color spaces of #ce077d

RGB 2067125
HSL0.900.930.42
HSV324°97°81°
CMYK 0.000.970.39   0.19
XYZ29.231214.754420.7093
Yxy14.75440.45180.2281
Hunter Lab38.411568.6188-5.0778
CIE-Lab45.296073.2925-9.3351

#ce077d color RGB value is (206,7,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000111 01111101
Octal 316 7 175
Decimal 206 7 125
Hex CE 7 7D

RGB Percentages of Color #ce077d

%60.95
%2.07
%36.98

CMYK Percentages of Color #ce077d

%0
%97
%39
%19

Triadic Colors of #ce077d

#ce077d #7dce07 #077dce

Analogous Colors of #ce077d

#ce077d #ce0719 #bc07ce

Monochromatic Colors of #ce077d

#ce077d

Complementary Color

#ce077d #07ce58

#ce077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce077d Color CSS Codes

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

#ce077d Text Font Color

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

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


#ce077d Background Color

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

This div background color is #ce077d


#ce077d Border Color

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

This div border color is #ce077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce077d


Comments

No comments written yet.

Please login to write comment.