Color Hex Logo

#ce5cd5 Color Hex

#CE5CD5
(206,92,213)
0 Favorites   0 Comments

Color spaces of #ce5cd5

RGB 20692213
HSL0.820.590.60
HSV297°57°84°
CMYK 0.030.570.00   0.16
XYZ41.291025.580265.7120
Yxy25.58020.31140.1929
Hunter Lab50.576957.2180-41.6287
CIE-Lab57.636461.2845-42.0555

#ce5cd5 color RGB value is (206,92,213).

#ce5cd5 hex color red value is 206, green value is 92 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ce5cd5 hue: 0.82 , saturation: 0.59 and the lightness value of ce5cd5 is 0.60.

The process color (four color CMYK) of #ce5cd5 color hex is 0.03, 0.57, 0.00, 0.16. Web safe color of #ce5cd5 is #cc66cc. Color #ce5cd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011100 11010101
Octal 316 134 325
Decimal 206 92 213
Hex CE 5C D5

RGB Percentages of Color #ce5cd5

%40.31
%18.00
%41.68

CMYK Percentages of Color #ce5cd5

%3
%57
%0
%16

Triadic Colors of #ce5cd5

#ce5cd5 #d5ce5c #5cd5ce

Analogous Colors of #ce5cd5

#ce5cd5 #d55ca0 #925cd5

Monochromatic Colors of #ce5cd5

#ce5cd5

Complementary Color

#ce5cd5 #63d55c

#ce5cd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5cd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5cd5 Color CSS Codes

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

#ce5cd5 Text Font Color

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

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


#ce5cd5 Background Color

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

This div background color is #ce5cd5


#ce5cd5 Border Color

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

This div border color is #ce5cd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5cd5


Comments

No comments written yet.

Please login to write comment.