Color Hex Logo

#cd95fb Color Hex

#CD95FB
(205,149,251)
0 Favorites   0 Comments

Color spaces of #cd95fb

RGB 205149251
HSL0.760.930.78
HSV273°41°98°
CMYK 0.180.410.00   0.02
XYZ53.336941.439196.4542
Yxy41.43910.27890.2167
Hunter Lab64.373235.2444-43.7765
CIE-Lab70.482539.6445-42.9730

#cd95fb color RGB value is (205,149,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 11111011
Octal 315 225 373
Decimal 205 149 251
Hex CD 95 FB

RGB Percentages of Color #cd95fb

%33.88
%24.63
%41.49

CMYK Percentages of Color #cd95fb

%18
%41
%0
%2

Triadic Colors of #cd95fb

#cd95fb #fbcd95 #95fbcd

Analogous Colors of #cd95fb

#cd95fb #fb95f6 #9a95fb

Monochromatic Colors of #cd95fb

#cd95fb

Complementary Color

#cd95fb #c3fb95

#cd95fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd95fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd95fb Color CSS Codes

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

#cd95fb Text Font Color

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

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


#cd95fb Background Color

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

This div background color is #cd95fb


#cd95fb Border Color

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

This div border color is #cd95fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,149,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd95fb


Comments

No comments written yet.

Please login to write comment.