Color Hex Logo

#cd0beb Color Hex

#CD0BEB
(205,11,235)
0 Favorites   0 Comments

Color spaces of #cd0beb

RGB 20511235
HSL0.810.910.48
HSV292°95°92°
CMYK 0.130.950.00   0.08
XYZ40.291919.216680.1828
Yxy19.21660.28840.1376
Hunter Lab43.836787.3514-77.7630
CIE-Lab50.939787.0706-65.1948

#cd0beb color RGB value is (205,11,235).

#cd0beb hex color red value is 205, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cd0beb hue: 0.81 , saturation: 0.91 and the lightness value of cd0beb is 0.48.

The process color (four color CMYK) of #cd0beb color hex is 0.13, 0.95, 0.00, 0.08. Web safe color of #cd0beb is #cc00ff. Color #cd0beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00001011 11101011
Octal 315 13 353
Decimal 205 11 235
Hex CD B EB

RGB Percentages of Color #cd0beb

%45.45
%2.44
%52.11

CMYK Percentages of Color #cd0beb

%13
%95
%0
%8

Triadic Colors of #cd0beb

#cd0beb #ebcd0b #0bebcd

Analogous Colors of #cd0beb

#cd0beb #eb0b99 #5d0beb

Monochromatic Colors of #cd0beb

#cd0beb

Complementary Color

#cd0beb #29eb0b

#cd0beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd0beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd0beb Color CSS Codes

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

#cd0beb Text Font Color

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

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


#cd0beb Background Color

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

This div background color is #cd0beb


#cd0beb Border Color

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

This div border color is #cd0beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd0beb


Comments

No comments written yet.

Please login to write comment.