Color Hex Logo

#d10ceb Color Hex

#D10CEB
(209,12,235)
0 Favorites   0 Comments

Color spaces of #d10ceb

RGB 20912235
HSL0.810.900.48
HSV293°95°92°
CMYK 0.110.950.00   0.08
XYZ41.421419.816480.2391
Yxy19.81640.29280.1401
Hunter Lab44.515688.1904-75.7089
CIE-Lab51.629087.5768-64.0486

#d10ceb color RGB value is (209,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001100 11101011
Octal 321 14 353
Decimal 209 12 235
Hex D1 C EB

RGB Percentages of Color #d10ceb

%45.83
%2.63
%51.54

CMYK Percentages of Color #d10ceb

%11
%95
%0
%8

Triadic Colors of #d10ceb

#d10ceb #ebd10c #0cebd1

Analogous Colors of #d10ceb

#d10ceb #eb0c96 #620ceb

Monochromatic Colors of #d10ceb

#d10ceb

Complementary Color

#d10ceb #26eb0c

#d10ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10ceb Color CSS Codes

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

#d10ceb Text Font Color

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

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


#d10ceb Background Color

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

This div background color is #d10ceb


#d10ceb Border Color

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

This div border color is #d10ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10ceb


Comments

No comments written yet.

Please login to write comment.