Color Hex Logo

#cea8fa Color Hex

#CEA8FA
(206,168,250)
0 Favorites   0 Comments

Color spaces of #cea8fa

RGB 206168250
HSL0.740.890.82
HSV268°33°98°
CMYK 0.180.330.00   0.02
XYZ56.711548.029296.7240
Yxy48.02920.28150.2384
Hunter Lab69.303124.7881-34.2369
CIE-Lab74.843329.3681-35.6332

#cea8fa color RGB value is (206,168,250).

#cea8fa hex color red value is 206, green value is 168 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cea8fa hue: 0.74 , saturation: 0.89 and the lightness value of cea8fa is 0.82.

The process color (four color CMYK) of #cea8fa color hex is 0.18, 0.33, 0.00, 0.02. Web safe color of #cea8fa is #cc99ff. Color #cea8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 11111010
Octal 316 250 372
Decimal 206 168 250
Hex CE A8 FA

RGB Percentages of Color #cea8fa

%33.01
%26.92
%40.06

CMYK Percentages of Color #cea8fa

%18
%33
%0
%2

Triadic Colors of #cea8fa

#cea8fa #facea8 #a8face

Analogous Colors of #cea8fa

#cea8fa #f7a8fa #a8abfa

Monochromatic Colors of #cea8fa

#cea8fa

Complementary Color

#cea8fa #d4faa8

#cea8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea8fa Color CSS Codes

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

#cea8fa Text Font Color

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

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


#cea8fa Background Color

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

This div background color is #cea8fa


#cea8fa Border Color

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

This div border color is #cea8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea8fa


Comments

No comments written yet.

Please login to write comment.