Color Hex Logo

#ce0759 Color Hex

#CE0759
(206,7,89)
0 Favorites   0 Comments

Color spaces of #ce0759

RGB 206789
HSL0.930.930.42
HSV335°97°81°
CMYK 0.000.970.57   0.19
XYZ27.332713.995010.7119
Yxy13.99500.52520.2689
Hunter Lab37.409964.94979.2099
CIE-Lab44.225870.434711.5098

#ce0759 color RGB value is (206,7,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000111 01011001
Octal 316 7 131
Decimal 206 7 89
Hex CE 7 59

RGB Percentages of Color #ce0759

%68.21
%2.32
%29.47

CMYK Percentages of Color #ce0759

%0
%97
%57
%19

Triadic Colors of #ce0759

#ce0759 #59ce07 #0759ce

Analogous Colors of #ce0759

#ce0759 #ce1907 #ce07bd

Monochromatic Colors of #ce0759

#ce0759

Complementary Color

#ce0759 #07ce7c

#ce0759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0759 Color CSS Codes

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

#ce0759 Text Font Color

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

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


#ce0759 Background Color

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

This div background color is #ce0759


#ce0759 Border Color

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

This div border color is #ce0759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0759


Comments

No comments written yet.

Please login to write comment.