Color Hex Logo

#ce5ced Color Hex

#CE5CED
(206,92,237)
0 Favorites   0 Comments

Color spaces of #ce5ced

RGB 20692237
HSL0.800.800.65
HSV287°61°93°
CMYK 0.130.610.00   0.07
XYZ44.566826.890582.9622
Yxy26.89050.28860.1741
Hunter Lab51.856162.6607-58.5562
CIE-Lab58.872865.7156-53.5801

#ce5ced color RGB value is (206,92,237).

#ce5ced hex color red value is 206, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce5ced hue: 0.80 , saturation: 0.80 and the lightness value of ce5ced is 0.65.

The process color (four color CMYK) of #ce5ced color hex is 0.13, 0.61, 0.00, 0.07. Web safe color of #ce5ced is #cc66ff. Color #ce5ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011100 11101101
Octal 316 134 355
Decimal 206 92 237
Hex CE 5C ED

RGB Percentages of Color #ce5ced

%38.50
%17.20
%44.30

CMYK Percentages of Color #ce5ced

%13
%61
%0
%7

Triadic Colors of #ce5ced

#ce5ced #edce5c #5cedce

Analogous Colors of #ce5ced

#ce5ced #ed5cc4 #865ced

Monochromatic Colors of #ce5ced

#ce5ced

Complementary Color

#ce5ced #7bed5c

#ce5ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5ced Color CSS Codes

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

#ce5ced Text Font Color

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

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


#ce5ced Background Color

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

This div background color is #ce5ced


#ce5ced Border Color

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

This div border color is #ce5ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5ced


Comments

No comments written yet.

Please login to write comment.