Color Hex Logo

#cea7da Color Hex

#CEA7DA
(206,167,218)
0 Favorites   0 Comments

Color spaces of #cea7da

RGB 206167218
HSL0.790.410.75
HSV286°23°85°
CMYK 0.060.230.00   0.15
XYZ51.927245.821272.4372
Yxy45.82120.30510.2692
Hunter Lab67.691418.4705-16.0629
CIE-Lab73.429423.2765-20.4059

#cea7da color RGB value is (206,167,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 11011010
Octal 316 247 332
Decimal 206 167 218
Hex CE A7 DA

RGB Percentages of Color #cea7da

%34.86
%28.26
%36.89

CMYK Percentages of Color #cea7da

%6
%23
%0
%15

Triadic Colors of #cea7da

#cea7da #dacea7 #a7dace

Analogous Colors of #cea7da

#cea7da #daa7cd #b5a7da

Monochromatic Colors of #cea7da

#cea7da

Complementary Color

#cea7da #b3daa7

#cea7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea7da Color CSS Codes

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

#cea7da Text Font Color

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

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


#cea7da Background Color

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

This div background color is #cea7da


#cea7da Border Color

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

This div border color is #cea7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea7da


Comments

No comments written yet.

Please login to write comment.