Color Hex Logo

#ce065a Color Hex

#CE065A
(206,6,90)
0 Favorites   0 Comments

Color spaces of #ce065a

RGB 206690
HSL0.930.940.42
HSV335°97°81°
CMYK 0.000.970.56   0.19
XYZ27.364213.990210.9310
Yxy13.99020.52340.2676
Hunter Lab37.403565.13368.8552
CIE-Lab44.218970.591110.8727

#ce065a color RGB value is (206,6,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 01011010
Octal 316 6 132
Decimal 206 6 90
Hex CE 6 5A

RGB Percentages of Color #ce065a

%68.21
%1.99
%29.80

CMYK Percentages of Color #ce065a

%0
%97
%56
%19

Triadic Colors of #ce065a

#ce065a #5ace06 #065ace

Analogous Colors of #ce065a

#ce065a #ce1606 #ce06be

Monochromatic Colors of #ce065a

#ce065a

Complementary Color

#ce065a #06ce7a

#ce065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce065a Color CSS Codes

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

#ce065a Text Font Color

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

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


#ce065a Background Color

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

This div background color is #ce065a


#ce065a Border Color

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

This div border color is #ce065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce065a


Comments

No comments written yet.

Please login to write comment.