Color Hex Logo

#cd96fa Color Hex

#CD96FA
(205,150,250)
0 Favorites   0 Comments

Color spaces of #cd96fa

RGB 205150250
HSL0.760.910.78
HSV273°40°98°
CMYK 0.180.400.00   0.02
XYZ53.338541.694095.6790
Yxy41.69400.27970.2186
Hunter Lab64.570934.4501-42.6543
CIE-Lab70.659438.8858-42.1519

#cd96fa color RGB value is (205,150,250).

#cd96fa hex color red value is 205, green value is 150 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cd96fa hue: 0.76 , saturation: 0.91 and the lightness value of cd96fa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 11111010
Octal 315 226 372
Decimal 205 150 250
Hex CD 96 FA

RGB Percentages of Color #cd96fa

%33.88
%24.79
%41.32

CMYK Percentages of Color #cd96fa

%18
%40
%0
%2

Triadic Colors of #cd96fa

#cd96fa #facd96 #96facd

Analogous Colors of #cd96fa

#cd96fa #fa96f5 #9b96fa

Monochromatic Colors of #cd96fa

#cd96fa

Complementary Color

#cd96fa #c3fa96

#cd96fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd96fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd96fa Color CSS Codes

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

#cd96fa Text Font Color

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

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


#cd96fa Background Color

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

This div background color is #cd96fa


#cd96fa Border Color

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

This div border color is #cd96fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd96fa


Comments

No comments written yet.

Please login to write comment.