Color Hex Logo

#cfa6ea Color Hex

#CFA6EA
(207,166,234)
0 Favorites   0 Comments

Color spaces of #cfa6ea

RGB 207166234
HSL0.770.620.78
HSV276°29°92°
CMYK 0.120.290.00   0.08
XYZ54.219646.478383.9554
Yxy46.47830.29360.2517
Hunter Lab68.175022.6549-25.2913
CIE-Lab73.854827.3711-28.4752

#cfa6ea color RGB value is (207,166,234).

#cfa6ea hex color red value is 207, green value is 166 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cfa6ea hue: 0.77 , saturation: 0.62 and the lightness value of cfa6ea is 0.78.

The process color (four color CMYK) of #cfa6ea color hex is 0.12, 0.29, 0.00, 0.08. Web safe color of #cfa6ea is #cc99ff. Color #cfa6ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 11101010
Octal 317 246 352
Decimal 207 166 234
Hex CF A6 EA

RGB Percentages of Color #cfa6ea

%34.10
%27.35
%38.55

CMYK Percentages of Color #cfa6ea

%12
%29
%0
%8

Triadic Colors of #cfa6ea

#cfa6ea #eacfa6 #a6eacf

Analogous Colors of #cfa6ea

#cfa6ea #eaa6e3 #ada6ea

Monochromatic Colors of #cfa6ea

#cfa6ea

Complementary Color

#cfa6ea #c1eaa6

#cfa6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa6ea Color CSS Codes

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

#cfa6ea Text Font Color

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

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


#cfa6ea Background Color

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

This div background color is #cfa6ea


#cfa6ea Border Color

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

This div border color is #cfa6ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,166,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfa6ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfa6ea;
  -webkit-box-shadow: 1px 1px 3px 2px #cfa6ea;
  box-shadow:         1px 1px 3px 2px #cfa6ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,166,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa6ea


Comments

No comments written yet.

Please login to write comment.