Color Hex Logo

#ce55df Color Hex

#CE55DF
(206,85,223)
0 Favorites   0 Comments

Color spaces of #ce55df

RGB 20685223
HSL0.810.680.60
HSV293°62°87°
CMYK 0.080.620.00   0.13
XYZ42.021424.946572.4124
Yxy24.94650.30150.1790
Hunter Lab49.946562.7708-50.9961
CIE-Lab57.023366.1473-48.6724

#ce55df color RGB value is (206,85,223).

#ce55df hex color red value is 206, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce55df hue: 0.81 , saturation: 0.68 and the lightness value of ce55df is 0.60.

The process color (four color CMYK) of #ce55df color hex is 0.08, 0.62, 0.00, 0.13. Web safe color of #ce55df is #cc66cc. Color #ce55df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 11011111
Octal 316 125 337
Decimal 206 85 223
Hex CE 55 DF

RGB Percentages of Color #ce55df

%40.08
%16.54
%43.39

CMYK Percentages of Color #ce55df

%8
%62
%0
%13

Triadic Colors of #ce55df

#ce55df #dfce55 #55dfce

Analogous Colors of #ce55df

#ce55df #df55ab #8955df

Monochromatic Colors of #ce55df

#ce55df

Complementary Color

#ce55df #66df55

#ce55df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce55df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce55df Color CSS Codes

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

#ce55df Text Font Color

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

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


#ce55df Background Color

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

This div background color is #ce55df


#ce55df Border Color

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

This div border color is #ce55df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce55df


Comments

No comments written yet.

Please login to write comment.