Color Hex Logo

#d75efd Color Hex

#D75EFD
(215,94,253)
0 Favorites   0 Comments

Color spaces of #d75efd

RGB 21594253
HSL0.790.980.68
HSV286°63°99°
CMYK 0.150.630.00   0.01
XYZ49.756729.544396.0087
Yxy29.54430.28380.1685
Hunter Lab54.354768.2797-66.6779
CIE-Lab61.259069.9585-58.5793

#d75efd color RGB value is (215,94,253).

#d75efd hex color red value is 215, green value is 94 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d75efd hue: 0.79 , saturation: 0.98 and the lightness value of d75efd is 0.68.

The process color (four color CMYK) of #d75efd color hex is 0.15, 0.63, 0.00, 0.01. Web safe color of #d75efd is #cc66ff. Color #d75efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011110 11111101
Octal 327 136 375
Decimal 215 94 253
Hex D7 5E FD

RGB Percentages of Color #d75efd

%38.26
%16.73
%45.02

CMYK Percentages of Color #d75efd

%15
%63
%0
%1

Triadic Colors of #d75efd

#d75efd #fdd75e #5efdd7

Analogous Colors of #d75efd

#d75efd #fd5ed4 #885efd

Monochromatic Colors of #d75efd

#d75efd

Complementary Color

#d75efd #84fd5e

#d75efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75efd Color CSS Codes

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

#d75efd Text Font Color

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

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


#d75efd Background Color

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

This div background color is #d75efd


#d75efd Border Color

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

This div border color is #d75efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,94,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d75efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d75efd;
  -webkit-box-shadow: 1px 1px 3px 2px #d75efd;
  box-shadow:         1px 1px 3px 2px #d75efd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75efd


Comments

No comments written yet.

Please login to write comment.