Color Hex Logo

#cd96ef Color Hex

#CD96EF
(205,150,239)
0 Favorites   0 Comments

Color spaces of #cd96ef

RGB 205150239
HSL0.770.740.76
HSV277°37°94°
CMYK 0.140.370.00   0.06
XYZ51.663241.023886.8568
Yxy41.02380.28770.2285
Hunter Lab64.049831.8926-35.5672
CIE-Lab70.192636.5342-36.8781

#cd96ef color RGB value is (205,150,239).

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

The process color (four color CMYK) of #cd96ef color hex is 0.14, 0.37, 0.00, 0.06. Web safe color of #cd96ef is #cc99ff. Color #cd96ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010110 11101111
Octal 315 226 357
Decimal 205 150 239
Hex CD 96 EF

RGB Percentages of Color #cd96ef

%34.51
%25.25
%40.24

CMYK Percentages of Color #cd96ef

%14
%37
%0
%6

Triadic Colors of #cd96ef

#cd96ef #efcd96 #96efcd

Analogous Colors of #cd96ef

#cd96ef #ef96e5 #a196ef

Monochromatic Colors of #cd96ef

#cd96ef

Complementary Color

#cd96ef #b8ef96

#cd96ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd96ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd96ef Color CSS Codes

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

#cd96ef Text Font Color

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

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


#cd96ef Background Color

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

This div background color is #cd96ef


#cd96ef Border Color

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

This div border color is #cd96ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd96ef


Comments

No comments written yet.

Please login to write comment.