Color Hex Logo

#d635db Color Hex

#D635DB
(214,53,219)
0 Favorites   0 Comments

Color spaces of #d635db

RGB 21453219
HSL0.830.700.53
HSV298°76°86°
CMYK 0.020.760.00   0.14
XYZ41.790821.956869.0533
Yxy21.95680.31470.1653
Hunter Lab46.858177.1952-54.5732
CIE-Lab53.981178.5618-51.1752

#d635db color RGB value is (214,53,219).

#d635db hex color red value is 214, green value is 53 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d635db hue: 0.83 , saturation: 0.70 and the lightness value of d635db is 0.53.

The process color (four color CMYK) of #d635db color hex is 0.02, 0.76, 0.00, 0.14. Web safe color of #d635db is #cc33cc. Color #d635db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110101 11011011
Octal 326 65 333
Decimal 214 53 219
Hex D6 35 DB

RGB Percentages of Color #d635db

%44.03
%10.91
%45.06

CMYK Percentages of Color #d635db

%2
%76
%0
%14

Triadic Colors of #d635db

#d635db #dbd635 #35dbd6

Analogous Colors of #d635db

#d635db #db358d #8335db

Monochromatic Colors of #d635db

#d635db

Complementary Color

#d635db #3adb35

#d635db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d635db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d635db Color CSS Codes

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

#d635db Text Font Color

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

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


#d635db Background Color

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

This div background color is #d635db


#d635db Border Color

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

This div border color is #d635db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,53,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d635db


Comments

No comments written yet.

Please login to write comment.