Color Hex Logo

#ce5fd7 Color Hex

#CE5FD7
(206,95,215)
0 Favorites   0 Comments

Color spaces of #ce5fd7

RGB 20695215
HSL0.820.600.61
HSV296°56°84°
CMYK 0.040.560.00   0.16
XYZ41.811526.212567.1458
Yxy26.21250.30930.1939
Hunter Lab51.198156.1771-41.9195
CIE-Lab58.238260.2751-42.2384

#ce5fd7 color RGB value is (206,95,215).

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

The process color (four color CMYK) of #ce5fd7 color hex is 0.04, 0.56, 0.00, 0.16. Web safe color of #ce5fd7 is #cc66cc. Color #ce5fd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011111 11010111
Octal 316 137 327
Decimal 206 95 215
Hex CE 5F D7

RGB Percentages of Color #ce5fd7

%39.92
%18.41
%41.67

CMYK Percentages of Color #ce5fd7

%4
%56
%0
%16

Triadic Colors of #ce5fd7

#ce5fd7 #d7ce5f #5fd7ce

Analogous Colors of #ce5fd7

#ce5fd7 #d75fa4 #925fd7

Monochromatic Colors of #ce5fd7

#ce5fd7

Complementary Color

#ce5fd7 #68d75f

#ce5fd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5fd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5fd7 Color CSS Codes

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

#ce5fd7 Text Font Color

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

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


#ce5fd7 Background Color

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

This div background color is #ce5fd7


#ce5fd7 Border Color

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

This div border color is #ce5fd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5fd7


Comments

No comments written yet.

Please login to write comment.