Color Hex Logo

#d274eb Color Hex

#D274EB
(210,116,235)
0 Favorites   0 Comments

Color spaces of #d274eb

RGB 210116235
HSL0.800.750.69
HSV287°51°92°
CMYK 0.110.510.00   0.08
XYZ47.819132.190682.2903
Yxy32.19060.29460.1983
Hunter Lab56.736851.1547-46.2778
CIE-Lab63.500154.9985-45.1076

#d274eb color RGB value is (210,116,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110100 11101011
Octal 322 164 353
Decimal 210 116 235
Hex D2 74 EB

RGB Percentages of Color #d274eb

%37.43
%20.68
%41.89

CMYK Percentages of Color #d274eb

%11
%51
%0
%8

Triadic Colors of #d274eb

#d274eb #ebd274 #74ebd2

Analogous Colors of #d274eb

#d274eb #eb74c9 #9774eb

Monochromatic Colors of #d274eb

#d274eb

Complementary Color

#d274eb #8deb74

#d274eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d274eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d274eb Color CSS Codes

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

#d274eb Text Font Color

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

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


#d274eb Background Color

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

This div background color is #d274eb


#d274eb Border Color

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

This div border color is #d274eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d274eb


Comments

No comments written yet.

Please login to write comment.