Color Hex Logo

#ce61dc Color Hex

#CE61DC
(206,97,220)
0 Favorites   0 Comments

Color spaces of #ce61dc

RGB 20697220
HSL0.810.640.62
HSV293°56°86°
CMYK 0.060.560.00   0.14
XYZ42.646626.838570.6428
Yxy26.83850.30430.1915
Hunter Lab51.805956.2809-44.5841
CIE-Lab58.824560.2629-44.1329

#ce61dc color RGB value is (206,97,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 11011100
Octal 316 141 334
Decimal 206 97 220
Hex CE 61 DC

RGB Percentages of Color #ce61dc

%39.39
%18.55
%42.07

CMYK Percentages of Color #ce61dc

%6
%56
%0
%14

Triadic Colors of #ce61dc

#ce61dc #dcce61 #61dcce

Analogous Colors of #ce61dc

#ce61dc #dc61ad #9161dc

Monochromatic Colors of #ce61dc

#ce61dc

Complementary Color

#ce61dc #6fdc61

#ce61dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce61dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce61dc Color CSS Codes

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

#ce61dc Text Font Color

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

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


#ce61dc Background Color

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

This div background color is #ce61dc


#ce61dc Border Color

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

This div border color is #ce61dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,97,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 #ce61dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce61dc


Comments

No comments written yet.

Please login to write comment.