Color Hex Logo

#d125eb Color Hex

#D125EB
(209,37,235)
0 Favorites   0 Comments

Color spaces of #d125eb

RGB 20937235
HSL0.810.830.53
HSV292°84°92°
CMYK 0.110.840.00   0.08
XYZ41.951520.876680.4158
Yxy20.87660.29290.1457
Hunter Lab45.690983.9322-72.3665
CIE-Lab52.814284.0785-62.1377

#d125eb color RGB value is (209,37,235).

#d125eb hex color red value is 209, green value is 37 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d125eb hue: 0.81 , saturation: 0.83 and the lightness value of d125eb is 0.53.

The process color (four color CMYK) of #d125eb color hex is 0.11, 0.84, 0.00, 0.08. Web safe color of #d125eb is #cc33ff. Color #d125eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 11101011
Octal 321 45 353
Decimal 209 37 235
Hex D1 25 EB

RGB Percentages of Color #d125eb

%43.45
%7.69
%48.86

CMYK Percentages of Color #d125eb

%11
%84
%0
%8

Triadic Colors of #d125eb

#d125eb #ebd125 #25ebd1

Analogous Colors of #d125eb

#d125eb #eb25a2 #6e25eb

Monochromatic Colors of #d125eb

#d125eb

Complementary Color

#d125eb #3feb25

#d125eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d125eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d125eb Color CSS Codes

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

#d125eb Text Font Color

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

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


#d125eb Background Color

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

This div background color is #d125eb


#d125eb Border Color

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

This div border color is #d125eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d125eb


Comments

No comments written yet.

Please login to write comment.