Color Hex Logo

#d75cfb Color Hex

#D75CFB
(215,92,251)
0 Favorites   0 Comments

Color spaces of #d75cfb

RGB 21592251
HSL0.800.950.67
HSV286°63°98°
CMYK 0.140.630.00   0.02
XYZ49.264129.066494.2807
Yxy29.06640.28540.1684
Hunter Lab53.913368.7590-65.9440
CIE-Lab60.840270.4296-58.1438

#d75cfb color RGB value is (215,92,251).

#d75cfb hex color red value is 215, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d75cfb hue: 0.80 , saturation: 0.95 and the lightness value of d75cfb is 0.67.

The process color (four color CMYK) of #d75cfb color hex is 0.14, 0.63, 0.00, 0.02. Web safe color of #d75cfb is #cc66ff. Color #d75cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011100 11111011
Octal 327 134 373
Decimal 215 92 251
Hex D7 5C FB

RGB Percentages of Color #d75cfb

%38.53
%16.49
%44.98

CMYK Percentages of Color #d75cfb

%14
%63
%0
%2

Triadic Colors of #d75cfb

#d75cfb #fbd75c #5cfbd7

Analogous Colors of #d75cfb

#d75cfb #fb5cd0 #885cfb

Monochromatic Colors of #d75cfb

#d75cfb

Complementary Color

#d75cfb #80fb5c

#d75cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75cfb Color CSS Codes

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

#d75cfb Text Font Color

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

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


#d75cfb Background Color

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

This div background color is #d75cfb


#d75cfb Border Color

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

This div border color is #d75cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.