Color Hex Logo

#d258ec Color Hex

#D258EC
(210,88,236)
0 Favorites   0 Comments

Color spaces of #d258ec

RGB 21088236
HSL0.800.800.64
HSV289°63°93°
CMYK 0.110.630.00   0.07
XYZ45.208426.737282.1349
Yxy26.73720.29340.1735
Hunter Lab51.708065.5738-57.9828
CIE-Lab58.730368.1852-53.2166

#d258ec color RGB value is (210,88,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011000 11101100
Octal 322 130 354
Decimal 210 88 236
Hex D2 58 EC

RGB Percentages of Color #d258ec

%39.33
%16.48
%44.19

CMYK Percentages of Color #d258ec

%11
%63
%0
%7

Triadic Colors of #d258ec

#d258ec #ecd258 #58ecd2

Analogous Colors of #d258ec

#d258ec #ec58bc #8858ec

Monochromatic Colors of #d258ec

#d258ec

Complementary Color

#d258ec #72ec58

#d258ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d258ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d258ec Color CSS Codes

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

#d258ec Text Font Color

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

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


#d258ec Background Color

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

This div background color is #d258ec


#d258ec Border Color

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

This div border color is #d258ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d258ec


Comments

No comments written yet.

Please login to write comment.