Color Hex Logo

#ce65dc Color Hex

#CE65DC
(206,101,220)
0 Favorites   0 Comments

Color spaces of #ce65dc

RGB 206101220
HSL0.810.630.63
HSV293°54°86°
CMYK 0.060.540.00   0.14
XYZ43.025527.596570.7691
Yxy27.59650.30430.1952
Hunter Lab52.532454.2649-43.1000
CIE-Lab59.522458.3850-43.0328

#ce65dc color RGB value is (206,101,220).

#ce65dc hex color red value is 206, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce65dc hue: 0.81 , saturation: 0.63 and the lightness value of ce65dc is 0.63.

The process color (four color CMYK) of #ce65dc color hex is 0.06, 0.54, 0.00, 0.14. Web safe color of #ce65dc is #cc66cc. Color #ce65dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100101 11011100
Octal 316 145 334
Decimal 206 101 220
Hex CE 65 DC

RGB Percentages of Color #ce65dc

%39.09
%19.17
%41.75

CMYK Percentages of Color #ce65dc

%6
%54
%0
%14

Triadic Colors of #ce65dc

#ce65dc #dcce65 #65dcce

Analogous Colors of #ce65dc

#ce65dc #dc65af #9365dc

Monochromatic Colors of #ce65dc

#ce65dc

Complementary Color

#ce65dc #73dc65

#ce65dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce65dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce65dc Color CSS Codes

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

#ce65dc Text Font Color

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

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


#ce65dc Background Color

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

This div background color is #ce65dc


#ce65dc Border Color

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

This div border color is #ce65dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce65dc


Comments

No comments written yet.

Please login to write comment.