Color Hex Logo

#ce0bed Color Hex

#CE0BED
(206,11,237)
0 Favorites   0 Comments

Color spaces of #ce0bed

RGB 20611237
HSL0.810.910.49
HSV292°95°93°
CMYK 0.130.950.00   0.07
XYZ40.859319.475681.7264
Yxy19.47560.28760.1371
Hunter Lab44.131288.0365-78.9072
CIE-Lab51.239187.5350-65.8302

#ce0bed color RGB value is (206,11,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001011 11101101
Octal 316 13 355
Decimal 206 11 237
Hex CE B ED

RGB Percentages of Color #ce0bed

%45.37
%2.42
%52.20

CMYK Percentages of Color #ce0bed

%13
%95
%0
%7

Triadic Colors of #ce0bed

#ce0bed #edce0b #0bedce

Analogous Colors of #ce0bed

#ce0bed #ed0b9b #5d0bed

Monochromatic Colors of #ce0bed

#ce0bed

Complementary Color

#ce0bed #2aed0b

#ce0bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0bed Color CSS Codes

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

#ce0bed Text Font Color

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

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


#ce0bed Background Color

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

This div background color is #ce0bed


#ce0bed Border Color

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

This div border color is #ce0bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,11,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0bed


Comments

No comments written yet.

Please login to write comment.