Color Hex Logo

#752bdd Color Hex

#752BDD
(117,43,221)
0 Favorites   0 Comments

Color spaces of #752bdd

RGB 11743221
HSL0.740.720.52
HSV265°81°87°
CMYK 0.470.810.00   0.13
XYZ21.251110.730169.3577
Yxy10.73010.20970.1059
Hunter Lab32.756858.4780-102.6079
CIE-Lab39.122165.8760-77.0463

#752bdd color RGB value is (117,43,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101011 11011101
Octal 165 53 335
Decimal 117 43 221
Hex 75 2B DD

RGB Percentages of Color #752bdd

%30.71
%11.29
%58.01

CMYK Percentages of Color #752bdd

%47
%81
%0
%13

Triadic Colors of #752bdd

#752bdd #dd752b #2bdd75

Analogous Colors of #752bdd

#752bdd #ce2bdd #2b3add

Monochromatic Colors of #752bdd

#752bdd

Complementary Color

#752bdd #93dd2b

#752bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#752bdd Color CSS Codes

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

#752bdd Text Font Color

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

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


#752bdd Background Color

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

This div background color is #752bdd


#752bdd Border Color

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

This div border color is #752bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752bdd


Comments

No comments written yet.

Please login to write comment.