Color Hex Logo

#cd5bee Color Hex

#CD5BEE
(205,91,238)
0 Favorites   0 Comments

Color spaces of #cd5bee

RGB 20591238
HSL0.800.810.65
HSV287°62°93°
CMYK 0.140.620.00   0.07
XYZ44.350526.634483.6923
Yxy26.63440.28670.1722
Hunter Lab51.608563.0815-60.0232
CIE-Lab58.634466.1140-54.5255

#cd5bee color RGB value is (205,91,238).

#cd5bee hex color red value is 205, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cd5bee hue: 0.80 , saturation: 0.81 and the lightness value of cd5bee is 0.65.

The process color (four color CMYK) of #cd5bee color hex is 0.14, 0.62, 0.00, 0.07. Web safe color of #cd5bee is #cc66ff. Color #cd5bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011011 11101110
Octal 315 133 356
Decimal 205 91 238
Hex CD 5B EE

RGB Percentages of Color #cd5bee

%38.39
%17.04
%44.57

CMYK Percentages of Color #cd5bee

%14
%62
%0
%7

Triadic Colors of #cd5bee

#cd5bee #eecd5b #5beecd

Analogous Colors of #cd5bee

#cd5bee #ee5bc6 #845bee

Monochromatic Colors of #cd5bee

#cd5bee

Complementary Color

#cd5bee #7cee5b

#cd5bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5bee Color CSS Codes

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

#cd5bee Text Font Color

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

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


#cd5bee Background Color

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

This div background color is #cd5bee


#cd5bee Border Color

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

This div border color is #cd5bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5bee


Comments

No comments written yet.

Please login to write comment.