Color Hex Logo

#d635be Color Hex

#D635BE
(214,53,190)
0 Favorites   0 Comments

Color spaces of #d635be

RGB 21453190
HSL0.860.660.52
HSV309°75°84°
CMYK 0.000.750.11   0.16
XYZ38.298920.560150.6651
Yxy20.56010.34970.1877
Hunter Lab45.343271.4183-34.5085
CIE-Lab52.464774.1994-36.9389

#d635be color RGB value is (214,53,190).

#d635be hex color red value is 214, green value is 53 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d635be hue: 0.86 , saturation: 0.66 and the lightness value of d635be is 0.52.

The process color (four color CMYK) of #d635be color hex is 0.00, 0.75, 0.11, 0.16. Web safe color of #d635be is #cc33cc. Color #d635be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110101 10111110
Octal 326 65 276
Decimal 214 53 190
Hex D6 35 BE

RGB Percentages of Color #d635be

%46.83
%11.60
%41.58

CMYK Percentages of Color #d635be

%0
%75
%11
%16

Triadic Colors of #d635be

#d635be #bed635 #35bed6

Analogous Colors of #d635be

#d635be #d6356e #9e35d6

Monochromatic Colors of #d635be

#d635be

Complementary Color

#d635be #35d64d

#d635be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d635be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d635be Color CSS Codes

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

#d635be Text Font Color

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

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


#d635be Background Color

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

This div background color is #d635be


#d635be Border Color

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

This div border color is #d635be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d635be


Comments

No comments written yet.

Please login to write comment.