Color Hex Logo

#cd93fb Color Hex

#CD93FB
(205,147,251)
0 Favorites   0 Comments

Color spaces of #cd93fb

RGB 205147251
HSL0.760.930.78
HSV273°41°98°
CMYK 0.180.410.00   0.02
XYZ53.023140.811696.3496
Yxy40.81160.27880.2146
Hunter Lab63.884036.3564-44.7022
CIE-Lab70.043740.7252-43.6600

#cd93fb color RGB value is (205,147,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010011 11111011
Octal 315 223 373
Decimal 205 147 251
Hex CD 93 FB

RGB Percentages of Color #cd93fb

%34.00
%24.38
%41.63

CMYK Percentages of Color #cd93fb

%18
%41
%0
%2

Triadic Colors of #cd93fb

#cd93fb #fbcd93 #93fbcd

Analogous Colors of #cd93fb

#cd93fb #fb93f5 #9993fb

Monochromatic Colors of #cd93fb

#cd93fb

Complementary Color

#cd93fb #c1fb93

#cd93fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd93fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd93fb Color CSS Codes

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

#cd93fb Text Font Color

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

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


#cd93fb Background Color

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

This div background color is #cd93fb


#cd93fb Border Color

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

This div border color is #cd93fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd93fb

Related Colors


Comments

No comments written yet.

Please login to write comment.