Color Hex Logo

#d63ceb Color Hex

#D63CEB
(214,60,235)
0 Favorites   0 Comments

Color spaces of #d63ceb

RGB 21460235
HSL0.810.810.58
HSV293°74°92°
CMYK 0.090.740.00   0.08
XYZ44.342823.526080.8011
Yxy23.52600.29830.1582
Hunter Lab48.503678.3063-64.8174
CIE-Lab55.610179.1274-57.6055

#d63ceb color RGB value is (214,60,235).

#d63ceb hex color red value is 214, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d63ceb hue: 0.81 , saturation: 0.81 and the lightness value of d63ceb is 0.58.

The process color (four color CMYK) of #d63ceb color hex is 0.09, 0.74, 0.00, 0.08. Web safe color of #d63ceb is #cc33ff. Color #d63ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111100 11101011
Octal 326 74 353
Decimal 214 60 235
Hex D6 3C EB

RGB Percentages of Color #d63ceb

%42.04
%11.79
%46.17

CMYK Percentages of Color #d63ceb

%9
%74
%0
%8

Triadic Colors of #d63ceb

#d63ceb #ebd63c #3cebd6

Analogous Colors of #d63ceb

#d63ceb #eb3ca9 #7f3ceb

Monochromatic Colors of #d63ceb

#d63ceb

Complementary Color

#d63ceb #51eb3c

#d63ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63ceb Color CSS Codes

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

#d63ceb Text Font Color

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

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


#d63ceb Background Color

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

This div background color is #d63ceb


#d63ceb Border Color

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

This div border color is #d63ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63ceb


Comments

No comments written yet.

Please login to write comment.