Color Hex Logo

#ce605a Color Hex

#CE605A
(206,96,90)
1 Favorites   0 Comments

Color spaces of #ce605a

RGB 2069690
HSL0.010.540.58
HSV56°81°
CMYK 0.000.530.56   0.19
XYZ31.481922.225712.3036
Yxy22.22570.47690.3367
Hunter Lab47.144136.696417.5275
CIE-Lab54.265743.078824.4564

#ce605a color RGB value is (206,96,90).

#ce605a hex color red value is 206, green value is 96 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ce605a hue: 0.01 , saturation: 0.54 and the lightness value of ce605a is 0.58.

The process color (four color CMYK) of #ce605a color hex is 0.00, 0.53, 0.56, 0.19. Web safe color of #ce605a is #cc6666. Color #ce605a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100000 01011010
Octal 316 140 132
Decimal 206 96 90
Hex CE 60 5A

RGB Percentages of Color #ce605a

%52.55
%24.49
%22.96

CMYK Percentages of Color #ce605a

%0
%53
%56
%19

Triadic Colors of #ce605a

#ce605a #5ace60 #605ace

Analogous Colors of #ce605a

#ce605a #ce9a5a #ce5a8e

Monochromatic Colors of #ce605a

#ce605a

Complementary Color

#ce605a #5ac8ce

#ce605a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce605a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce605a Color CSS Codes

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

#ce605a Text Font Color

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

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


#ce605a Background Color

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

This div background color is #ce605a


#ce605a Border Color

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

This div border color is #ce605a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce605a


Comments

No comments written yet.

Please login to write comment.