Color Hex Logo

#d275ee Color Hex

#D275EE
(210,117,238)
0 Favorites   0 Comments

Color spaces of #d275ee

RGB 210117238
HSL0.790.780.70
HSV286°51°93°
CMYK 0.120.510.00   0.07
XYZ48.372232.597384.6313
Yxy32.59730.29210.1968
Hunter Lab57.094051.3173-47.9206
CIE-Lab63.833555.0888-46.2441

#d275ee color RGB value is (210,117,238).

#d275ee hex color red value is 210, green value is 117 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d275ee hue: 0.79 , saturation: 0.78 and the lightness value of d275ee is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110101 11101110
Octal 322 165 356
Decimal 210 117 238
Hex D2 75 EE

RGB Percentages of Color #d275ee

%37.17
%20.71
%42.12

CMYK Percentages of Color #d275ee

%12
%51
%0
%7

Triadic Colors of #d275ee

#d275ee #eed275 #75eed2

Analogous Colors of #d275ee

#d275ee #ee75ce #9675ee

Monochromatic Colors of #d275ee

#d275ee

Complementary Color

#d275ee #91ee75

#d275ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d275ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d275ee Color CSS Codes

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

#d275ee Text Font Color

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

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


#d275ee Background Color

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

This div background color is #d275ee


#d275ee Border Color

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

This div border color is #d275ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d275ee


Comments

No comments written yet.

Please login to write comment.