Color Hex Logo

#cd97fb Color Hex

#CD97FB
(205,151,251)
0 Favorites   0 Comments

Color spaces of #cd97fb

RGB 205151251
HSL0.760.930.79
HSV272°40°98°
CMYK 0.180.400.00   0.02
XYZ53.656042.077496.5606
Yxy42.07740.27900.2188
Hunter Lab64.867134.1321-42.8516
CIE-Lab70.924338.5611-42.2819

#cd97fb color RGB value is (205,151,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010111 11111011
Octal 315 227 373
Decimal 205 151 251
Hex CD 97 FB

RGB Percentages of Color #cd97fb

%33.77
%24.88
%41.35

CMYK Percentages of Color #cd97fb

%18
%40
%0
%2

Triadic Colors of #cd97fb

#cd97fb #fbcd97 #97fbcd

Analogous Colors of #cd97fb

#cd97fb #fb97f7 #9b97fb

Monochromatic Colors of #cd97fb

#cd97fb

Complementary Color

#cd97fb #c5fb97

#cd97fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd97fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd97fb Color CSS Codes

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

#cd97fb Text Font Color

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

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


#cd97fb Background Color

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

This div background color is #cd97fb


#cd97fb Border Color

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

This div border color is #cd97fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd97fb


Comments

No comments written yet.

Please login to write comment.