Color Hex Logo

#cfa5eb Color Hex

#CFA5EB
(207,165,235)
0 Favorites   0 Comments

Color spaces of #cfa5eb

RGB 207165235
HSL0.770.640.78
HSV276°30°92°
CMYK 0.120.300.00   0.08
XYZ54.182746.173884.6540
Yxy46.17380.29290.2496
Hunter Lab67.951323.4167-26.2978
CIE-Lab73.658228.1247-29.3215

#cfa5eb color RGB value is (207,165,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 11101011
Octal 317 245 353
Decimal 207 165 235
Hex CF A5 EB

RGB Percentages of Color #cfa5eb

%34.10
%27.18
%38.71

CMYK Percentages of Color #cfa5eb

%12
%30
%0
%8

Triadic Colors of #cfa5eb

#cfa5eb #ebcfa5 #a5ebcf

Analogous Colors of #cfa5eb

#cfa5eb #eba5e4 #aca5eb

Monochromatic Colors of #cfa5eb

#cfa5eb

Complementary Color

#cfa5eb #c1eba5

#cfa5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa5eb Color CSS Codes

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

#cfa5eb Text Font Color

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

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


#cfa5eb Background Color

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

This div background color is #cfa5eb


#cfa5eb Border Color

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

This div border color is #cfa5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa5eb


Comments

No comments written yet.

Please login to write comment.