Color Hex Logo

#cfa5fe Color Hex

#CFA5FE
(207,165,254)
0 Favorites   0 Comments

Color spaces of #cfa5fe

RGB 207165254
HSL0.750.980.82
HSV268°35°100°
CMYK 0.190.350.00   0.00
XYZ57.076747.331499.8935
Yxy47.33140.27940.2317
Hunter Lab68.797827.6927-37.9298
CIE-Lab74.401332.1753-38.4729

#cfa5fe color RGB value is (207,165,254).

#cfa5fe hex color red value is 207, green value is 165 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cfa5fe hue: 0.75 , saturation: 0.98 and the lightness value of cfa5fe is 0.82.

The process color (four color CMYK) of #cfa5fe color hex is 0.19, 0.35, 0.00, 0.00. Web safe color of #cfa5fe is #cc99ff. Color #cfa5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 11111110
Octal 317 245 376
Decimal 207 165 254
Hex CF A5 FE

RGB Percentages of Color #cfa5fe

%33.07
%26.36
%40.58

CMYK Percentages of Color #cfa5fe

%19
%35
%0
%0

Triadic Colors of #cfa5fe

#cfa5fe #fecfa5 #a5fecf

Analogous Colors of #cfa5fe

#cfa5fe #fca5fe #a5a8fe

Monochromatic Colors of #cfa5fe

#cfa5fe

Complementary Color

#cfa5fe #d4fea5

#cfa5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa5fe Color CSS Codes

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

#cfa5fe Text Font Color

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

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


#cfa5fe Background Color

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

This div background color is #cfa5fe


#cfa5fe Border Color

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

This div border color is #cfa5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa5fe


Comments

No comments written yet.

Please login to write comment.