Color Hex Logo

#ce5585 Color Hex

#CE5585
(206,85,133)
0 Favorites   0 Comments

Color spaces of #ce5585

RGB 20685133
HSL0.930.550.57
HSV336°59°81°
CMYK 0.000.590.35   0.19
XYZ32.935721.312324.5681
Yxy21.31230.41790.2704
Hunter Lab46.165246.55820.7629
CIE-Lab53.289652.5312-2.2940

#ce5585 color RGB value is (206,85,133).

#ce5585 hex color red value is 206, green value is 85 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ce5585 hue: 0.93 , saturation: 0.55 and the lightness value of ce5585 is 0.57.

The process color (four color CMYK) of #ce5585 color hex is 0.00, 0.59, 0.35, 0.19. Web safe color of #ce5585 is #cc6699. Color #ce5585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 10000101
Octal 316 125 205
Decimal 206 85 133
Hex CE 55 85

RGB Percentages of Color #ce5585

%48.58
%20.05
%31.37

CMYK Percentages of Color #ce5585

%0
%59
%35
%19

Triadic Colors of #ce5585

#ce5585 #85ce55 #5585ce

Analogous Colors of #ce5585

#ce5585 #ce6255 #ce55c2

Monochromatic Colors of #ce5585

#ce5585

Complementary Color

#ce5585 #55ce9e

#ce5585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5585 Color CSS Codes

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

#ce5585 Text Font Color

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

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


#ce5585 Background Color

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

This div background color is #ce5585


#ce5585 Border Color

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

This div border color is #ce5585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5585


Comments

No comments written yet.

Please login to write comment.