Color Hex Logo

#d258ed Color Hex

#D258ED
(210,88,237)
0 Favorites   0 Comments

Color spaces of #d258ed

RGB 21088237
HSL0.800.810.64
HSV289°63°93°
CMYK 0.110.630.00   0.07
XYZ45.354126.795582.9024
Yxy26.79550.29250.1728
Hunter Lab51.764465.8077-58.7199
CIE-Lab58.784668.3701-53.6884

#d258ed color RGB value is (210,88,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011000 11101101
Octal 322 130 355
Decimal 210 88 237
Hex D2 58 ED

RGB Percentages of Color #d258ed

%39.25
%16.45
%44.30

CMYK Percentages of Color #d258ed

%11
%63
%0
%7

Triadic Colors of #d258ed

#d258ed #edd258 #58edd2

Analogous Colors of #d258ed

#d258ed #ed58be #8858ed

Monochromatic Colors of #d258ed

#d258ed

Complementary Color

#d258ed #73ed58

#d258ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d258ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d258ed Color CSS Codes

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

#d258ed Text Font Color

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

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


#d258ed Background Color

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

This div background color is #d258ed


#d258ed Border Color

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

This div border color is #d258ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d258ed


Comments

No comments written yet.

Please login to write comment.