Color Hex Logo

#d302ef Color Hex

#D302EF
(211,2,239)
0 Favorites   0 Comments

Color spaces of #d302ef

RGB 2112239
HSL0.810.980.47
HSV293°99°94°
CMYK 0.120.990.00   0.06
XYZ42.465720.124383.3075
Yxy20.12430.29110.1379
Hunter Lab44.860190.4673-78.7024
CIE-Lab51.977589.2342-65.7218

#d302ef color RGB value is (211,2,239).

#d302ef hex color red value is 211, green value is 2 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d302ef hue: 0.81 , saturation: 0.98 and the lightness value of d302ef is 0.47.

The process color (four color CMYK) of #d302ef color hex is 0.12, 0.99, 0.00, 0.06. Web safe color of #d302ef is #cc00ff. Color #d302ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000010 11101111
Octal 323 2 357
Decimal 211 2 239
Hex D3 2 EF

RGB Percentages of Color #d302ef

%46.68
%0.44
%52.88

CMYK Percentages of Color #d302ef

%12
%99
%0
%6

Triadic Colors of #d302ef

#d302ef #efd302 #02efd3

Analogous Colors of #d302ef

#d302ef #ef0295 #5d02ef

Monochromatic Colors of #d302ef

#d302ef

Complementary Color

#d302ef #1eef02

#d302ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d302ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d302ef Color CSS Codes

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

#d302ef Text Font Color

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

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


#d302ef Background Color

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

This div background color is #d302ef


#d302ef Border Color

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

This div border color is #d302ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,2,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d302ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d302ef;
  -webkit-box-shadow: 1px 1px 3px 2px #d302ef;
  box-shadow:         1px 1px 3px 2px #d302ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d302ef


Comments

No comments written yet.

Please login to write comment.