Color Hex Logo

#dc0ceb Color Hex

#DC0CEB
(220,12,235)
0 Favorites   0 Comments

Color spaces of #dc0ceb

RGB 22012235
HSL0.820.900.48
HSV296°95°92°
CMYK 0.060.950.00   0.08
XYZ44.642121.476780.3898
Yxy21.47670.30470.1466
Hunter Lab46.343090.8486-70.4086
CIE-Lab53.467389.2339-60.9921

#dc0ceb color RGB value is (220,12,235).

#dc0ceb hex color red value is 220, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dc0ceb hue: 0.82 , saturation: 0.90 and the lightness value of dc0ceb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001100 11101011
Octal 334 14 353
Decimal 220 12 235
Hex DC C EB

RGB Percentages of Color #dc0ceb

%47.11
%2.57
%50.32

CMYK Percentages of Color #dc0ceb

%6
%95
%0
%8

Triadic Colors of #dc0ceb

#dc0ceb #ebdc0c #0cebdc

Analogous Colors of #dc0ceb

#dc0ceb #eb0c8b #6d0ceb

Monochromatic Colors of #dc0ceb

#dc0ceb

Complementary Color

#dc0ceb #1beb0c

#dc0ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0ceb Color CSS Codes

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

#dc0ceb Text Font Color

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

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


#dc0ceb Background Color

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

This div background color is #dc0ceb


#dc0ceb Border Color

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

This div border color is #dc0ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0ceb


Comments

No comments written yet.

Please login to write comment.