Color Hex Logo

#752bde Color Hex

#752BDE
(117,43,222)
0 Favorites   0 Comments

Color spaces of #752bde

RGB 11743222
HSL0.740.730.52
HSV265°81°87°
CMYK 0.470.810.00   0.13
XYZ21.384810.783670.0616
Yxy10.78360.20920.1055
Hunter Lab32.838458.7744-103.5099
CIE-Lab39.213666.1169-77.4688

#752bde color RGB value is (117,43,222).

#752bde hex color red value is 117, green value is 43 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #752bde hue: 0.74 , saturation: 0.73 and the lightness value of 752bde is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101011 11011110
Octal 165 53 336
Decimal 117 43 222
Hex 75 2B DE

RGB Percentages of Color #752bde

%30.63
%11.26
%58.12

CMYK Percentages of Color #752bde

%47
%81
%0
%13

Triadic Colors of #752bde

#752bde #de752b #2bde75

Analogous Colors of #752bde

#752bde #cf2bde #2b3bde

Monochromatic Colors of #752bde

#752bde

Complementary Color

#752bde #94de2b

#752bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#752bde Color CSS Codes

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

#752bde Text Font Color

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

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


#752bde Background Color

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

This div background color is #752bde


#752bde Border Color

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

This div border color is #752bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752bde


Comments

No comments written yet.

Please login to write comment.