Color Hex Logo

#ce61dd Color Hex

#CE61DD
(206,97,221)
0 Favorites   0 Comments

Color spaces of #ce61dd

RGB 20697221
HSL0.810.650.62
HSV293°56°87°
CMYK 0.070.560.00   0.13
XYZ42.779426.891771.3425
Yxy26.89170.30340.1907
Hunter Lab51.857256.5028-45.2681
CIE-Lab58.873960.4468-44.6175

#ce61dd color RGB value is (206,97,221).

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

The process color (four color CMYK) of #ce61dd color hex is 0.07, 0.56, 0.00, 0.13. Web safe color of #ce61dd is #cc66cc. Color #ce61dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 11011101
Octal 316 141 335
Decimal 206 97 221
Hex CE 61 DD

RGB Percentages of Color #ce61dd

%39.31
%18.51
%42.18

CMYK Percentages of Color #ce61dd

%7
%56
%0
%13

Triadic Colors of #ce61dd

#ce61dd #ddce61 #61ddce

Analogous Colors of #ce61dd

#ce61dd #dd61ae #9061dd

Monochromatic Colors of #ce61dd

#ce61dd

Complementary Color

#ce61dd #70dd61

#ce61dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce61dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce61dd Color CSS Codes

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

#ce61dd Text Font Color

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

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


#ce61dd Background Color

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

This div background color is #ce61dd


#ce61dd Border Color

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

This div border color is #ce61dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce61dd


Comments

No comments written yet.

Please login to write comment.