Color Hex Logo

#752bda Color Hex

#752BDA
(117,43,218)
0 Favorites   0 Comments

Color spaces of #752bda

RGB 11743218
HSL0.740.700.51
HSV265°80°85°
CMYK 0.460.800.00   0.15
XYZ20.854910.571667.2710
Yxy10.57160.21130.1071
Hunter Lab32.514057.5927-99.9104
CIE-Lab38.849465.1539-75.7732

#752bda color RGB value is (117,43,218).

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

The process color (four color CMYK) of #752bda color hex is 0.46, 0.80, 0.00, 0.15. Web safe color of #752bda is #6633cc. Color #752bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101011 11011010
Octal 165 53 332
Decimal 117 43 218
Hex 75 2B DA

RGB Percentages of Color #752bda

%30.95
%11.38
%57.67

CMYK Percentages of Color #752bda

%46
%80
%0
%15

Triadic Colors of #752bda

#752bda #da752b #2bda75

Analogous Colors of #752bda

#752bda #cd2bda #2b38da

Monochromatic Colors of #752bda

#752bda

Complementary Color

#752bda #90da2b

#752bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#752bda Color CSS Codes

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

#752bda Text Font Color

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

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


#752bda Background Color

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

This div background color is #752bda


#752bda Border Color

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

This div border color is #752bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752bda


Comments

No comments written yet.

Please login to write comment.