Color Hex Logo

#752fdf Color Hex

#752FDF
(117,47,223)
0 Favorites   0 Comments

Color spaces of #752fdf

RGB 11747223
HSL0.730.730.53
HSV264°79°87°
CMYK 0.480.790.00   0.13
XYZ21.671911.142770.8205
Yxy11.14270.20910.1075
Hunter Lab33.380757.4722-102.4233
CIE-Lab39.819864.8588-77.0448

#752fdf color RGB value is (117,47,223).

#752fdf hex color red value is 117, green value is 47 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #752fdf hue: 0.73 , saturation: 0.73 and the lightness value of 752fdf is 0.53.

The process color (four color CMYK) of #752fdf color hex is 0.48, 0.79, 0.00, 0.13. Web safe color of #752fdf is #6633cc. Color #752fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101111 11011111
Octal 165 57 337
Decimal 117 47 223
Hex 75 2F DF

RGB Percentages of Color #752fdf

%30.23
%12.14
%57.62

CMYK Percentages of Color #752fdf

%48
%79
%0
%13

Triadic Colors of #752fdf

#752fdf #df752f #2fdf75

Analogous Colors of #752fdf

#752fdf #cd2fdf #2f41df

Monochromatic Colors of #752fdf

#752fdf

Complementary Color

#752fdf #99df2f

#752fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#752fdf Color CSS Codes

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

#752fdf Text Font Color

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

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


#752fdf Background Color

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

This div background color is #752fdf


#752fdf Border Color

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

This div border color is #752fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,47,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #752fdf;
  box-shadow:         1px 1px 3px 2px #752fdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752fdf


Comments

No comments written yet.

Please login to write comment.