Color Hex Logo

#cd56eb Color Hex

#CD56EB
(205,86,235)
0 Favorites   0 Comments

Color spaces of #cd56eb

RGB 20586235
HSL0.800.790.63
HSV288°63°92°
CMYK 0.130.630.00   0.08
XYZ43.500025.632981.2522
Yxy25.63290.28930.1704
Hunter Lab50.628964.7652-59.7117
CIE-Lab57.686967.7027-54.3609

#cd56eb color RGB value is (205,86,235).

#cd56eb hex color red value is 205, green value is 86 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cd56eb hue: 0.80 , saturation: 0.79 and the lightness value of cd56eb is 0.63.

The process color (four color CMYK) of #cd56eb color hex is 0.13, 0.63, 0.00, 0.08. Web safe color of #cd56eb is #cc66ff. Color #cd56eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010110 11101011
Octal 315 126 353
Decimal 205 86 235
Hex CD 56 EB

RGB Percentages of Color #cd56eb

%38.97
%16.35
%44.68

CMYK Percentages of Color #cd56eb

%13
%63
%0
%8

Triadic Colors of #cd56eb

#cd56eb #ebcd56 #56ebcd

Analogous Colors of #cd56eb

#cd56eb #eb56bf #8356eb

Monochromatic Colors of #cd56eb

#cd56eb

Complementary Color

#cd56eb #74eb56

#cd56eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd56eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd56eb Color CSS Codes

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

#cd56eb Text Font Color

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

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


#cd56eb Background Color

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

This div background color is #cd56eb


#cd56eb Border Color

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

This div border color is #cd56eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd56eb


Comments

No comments written yet.

Please login to write comment.