Color Hex Logo

#754bca Color Hex

#754BCA
(117,75,202)
0 Favorites   0 Comments

Color spaces of #754bca

RGB 11775202
HSL0.720.550.54
HSV260°63°79°
CMYK 0.420.630.00   0.21
XYZ20.512913.078357.3203
Yxy13.07830.22560.1439
Hunter Lab36.163937.9619-68.6607
CIE-Lab42.881046.1186-59.9712

#754bca color RGB value is (117,75,202).

#754bca hex color red value is 117, green value is 75 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #754bca hue: 0.72 , saturation: 0.55 and the lightness value of 754bca is 0.54.

The process color (four color CMYK) of #754bca color hex is 0.42, 0.63, 0.00, 0.21. Web safe color of #754bca is #6633cc. Color #754bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001011 11001010
Octal 165 113 312
Decimal 117 75 202
Hex 75 4B CA

RGB Percentages of Color #754bca

%29.70
%19.04
%51.27

CMYK Percentages of Color #754bca

%42
%63
%0
%21

Triadic Colors of #754bca

#754bca #ca754b #4bca75

Analogous Colors of #754bca

#754bca #b54bca #4b60ca

Monochromatic Colors of #754bca

#754bca

Complementary Color

#754bca #a0ca4b

#754bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#754bca Color CSS Codes

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

#754bca Text Font Color

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

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


#754bca Background Color

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

This div background color is #754bca


#754bca Border Color

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

This div border color is #754bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,75,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754bca;
  -webkit-box-shadow: 1px 1px 3px 2px #754bca;
  box-shadow:         1px 1px 3px 2px #754bca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754bca


Comments

No comments written yet.

Please login to write comment.