Color Hex Logo

#cea1dd Color Hex

#CEA1DD
(206,161,221)
0 Favorites   0 Comments

Color spaces of #cea1dd

RGB 206161221
HSL0.790.470.75
HSV285°27°87°
CMYK 0.070.270.00   0.13
XYZ51.249643.832074.1659
Yxy43.83200.30280.2590
Hunter Lab66.205722.3161-20.0746
CIE-Lab72.116127.1515-24.0482

#cea1dd color RGB value is (206,161,221).

#cea1dd hex color red value is 206, green value is 161 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cea1dd hue: 0.79 , saturation: 0.47 and the lightness value of cea1dd is 0.75.

The process color (four color CMYK) of #cea1dd color hex is 0.07, 0.27, 0.00, 0.13. Web safe color of #cea1dd is #cc99cc. Color #cea1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 11011101
Octal 316 241 335
Decimal 206 161 221
Hex CE A1 DD

RGB Percentages of Color #cea1dd

%35.03
%27.38
%37.59

CMYK Percentages of Color #cea1dd

%7
%27
%0
%13

Triadic Colors of #cea1dd

#cea1dd #ddcea1 #a1ddce

Analogous Colors of #cea1dd

#cea1dd #dda1ce #b0a1dd

Monochromatic Colors of #cea1dd

#cea1dd

Complementary Color

#cea1dd #b0dda1

#cea1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea1dd Color CSS Codes

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

#cea1dd Text Font Color

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

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


#cea1dd Background Color

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

This div background color is #cea1dd


#cea1dd Border Color

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

This div border color is #cea1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea1dd


Comments

No comments written yet.

Please login to write comment.