Color Hex Logo

#cfa5fa Color Hex

#CFA5FA
(207,165,250)
0 Favorites   0 Comments

Color spaces of #cfa5fa

RGB 207165250
HSL0.750.890.81
HSV270°34°98°
CMYK 0.170.340.00   0.02
XYZ56.442647.077896.5546
Yxy47.07780.28210.2353
Hunter Lab68.613326.7643-35.4053
CIE-Lab74.239531.3045-36.5619

#cfa5fa color RGB value is (207,165,250).

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

The process color (four color CMYK) of #cfa5fa color hex is 0.17, 0.34, 0.00, 0.02. Web safe color of #cfa5fa is #cc99ff. Color #cfa5fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 11111010
Octal 317 245 372
Decimal 207 165 250
Hex CF A5 FA

RGB Percentages of Color #cfa5fa

%33.28
%26.53
%40.19

CMYK Percentages of Color #cfa5fa

%17
%34
%0
%2

Triadic Colors of #cfa5fa

#cfa5fa #facfa5 #a5facf

Analogous Colors of #cfa5fa

#cfa5fa #faa5fa #a5a6fa

Monochromatic Colors of #cfa5fa

#cfa5fa

Complementary Color

#cfa5fa #d0faa5

#cfa5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa5fa Color CSS Codes

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

#cfa5fa Text Font Color

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

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


#cfa5fa Background Color

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

This div background color is #cfa5fa


#cfa5fa Border Color

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

This div border color is #cfa5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa5fa


Comments

No comments written yet.

Please login to write comment.