Color Hex Logo

#d603ef Color Hex

#D603EF
(214,3,239)
0 Favorites   0 Comments

Color spaces of #d603ef

RGB 2143239
HSL0.820.980.47
HSV294°99°94°
CMYK 0.100.990.00   0.06
XYZ43.344120.593383.3518
Yxy20.59330.29430.1398
Hunter Lab45.379891.0778-77.1355
CIE-Lab52.501589.5930-64.8507

#d603ef color RGB value is (214,3,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000011 11101111
Octal 326 3 357
Decimal 214 3 239
Hex D6 3 EF

RGB Percentages of Color #d603ef

%46.93
%0.66
%52.41

CMYK Percentages of Color #d603ef

%10
%99
%0
%6

Triadic Colors of #d603ef

#d603ef #efd603 #03efd6

Analogous Colors of #d603ef

#d603ef #ef0392 #6003ef

Monochromatic Colors of #d603ef

#d603ef

Complementary Color

#d603ef #1cef03

#d603ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d603ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d603ef Color CSS Codes

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

#d603ef Text Font Color

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

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


#d603ef Background Color

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

This div background color is #d603ef


#d603ef Border Color

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

This div border color is #d603ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d603ef


Comments

No comments written yet.

Please login to write comment.