Color Hex Logo

#cea2da Color Hex

#CEA2DA
(206,162,218)
0 Favorites   0 Comments

Color spaces of #cea2da

RGB 206162218
HSL0.800.430.75
HSV287°26°85°
CMYK 0.060.260.00   0.15
XYZ51.028844.024472.1377
Yxy44.02440.30520.2633
Hunter Lab66.350921.1658-18.0154
CIE-Lab72.244826.0113-22.2073

#cea2da color RGB value is (206,162,218).

#cea2da hex color red value is 206, green value is 162 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cea2da hue: 0.80 , saturation: 0.43 and the lightness value of cea2da is 0.75.

The process color (four color CMYK) of #cea2da color hex is 0.06, 0.26, 0.00, 0.15. Web safe color of #cea2da is #cc99cc. Color #cea2da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100010 11011010
Octal 316 242 332
Decimal 206 162 218
Hex CE A2 DA

RGB Percentages of Color #cea2da

%35.15
%27.65
%37.20

CMYK Percentages of Color #cea2da

%6
%26
%0
%15

Triadic Colors of #cea2da

#cea2da #dacea2 #a2dace

Analogous Colors of #cea2da

#cea2da #daa2ca #b2a2da

Monochromatic Colors of #cea2da

#cea2da

Complementary Color

#cea2da #aedaa2

#cea2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea2da Color CSS Codes

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

#cea2da Text Font Color

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

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


#cea2da Background Color

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

This div background color is #cea2da


#cea2da Border Color

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

This div border color is #cea2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea2da


Comments

No comments written yet.

Please login to write comment.