Color Hex Logo

#d275ed Color Hex

#D275ED
(210,117,237)
0 Favorites   0 Comments

Color spaces of #d275ed

RGB 210117237
HSL0.800.770.69
HSV287°51°93°
CMYK 0.110.510.00   0.07
XYZ48.225732.538683.8596
Yxy32.53860.29290.1977
Hunter Lab57.042651.0852-47.2337
CIE-Lab63.785654.8921-45.7662

#d275ed color RGB value is (210,117,237).

#d275ed hex color red value is 210, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d275ed hue: 0.80 , saturation: 0.77 and the lightness value of d275ed is 0.69.

The process color (four color CMYK) of #d275ed color hex is 0.11, 0.51, 0.00, 0.07. Web safe color of #d275ed is #cc66ff. Color #d275ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110101 11101101
Octal 322 165 355
Decimal 210 117 237
Hex D2 75 ED

RGB Percentages of Color #d275ed

%37.23
%20.74
%42.02

CMYK Percentages of Color #d275ed

%11
%51
%0
%7

Triadic Colors of #d275ed

#d275ed #edd275 #75edd2

Analogous Colors of #d275ed

#d275ed #ed75cc #9675ed

Monochromatic Colors of #d275ed

#d275ed

Complementary Color

#d275ed #90ed75

#d275ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d275ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d275ed Color CSS Codes

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

#d275ed Text Font Color

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

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


#d275ed Background Color

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

This div background color is #d275ed


#d275ed Border Color

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

This div border color is #d275ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,117,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d275ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d275ed;
  -webkit-box-shadow: 1px 1px 3px 2px #d275ed;
  box-shadow:         1px 1px 3px 2px #d275ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,117,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d275ed


Comments

No comments written yet.

Please login to write comment.