Color Hex Logo

#751ccc Color Hex

#751CCC
(117,28,204)
0 Favorites   0 Comments

Color spaces of #751ccc

RGB 11728204
HSL0.750.760.45
HSV270°86°80°
CMYK 0.430.860.00   0.20
XYZ18.65058.972057.8755
Yxy8.97200.21810.1049
Hunter Lab29.953358.7252-93.5923
CIE-Lab35.930366.7122-72.4748

#751ccc color RGB value is (117,28,204).

#751ccc hex color red value is 117, green value is 28 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #751ccc hue: 0.75 , saturation: 0.76 and the lightness value of 751ccc is 0.45.

The process color (four color CMYK) of #751ccc color hex is 0.43, 0.86, 0.00, 0.20. Web safe color of #751ccc is #6633cc. Color #751ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011100 11001100
Octal 165 34 314
Decimal 117 28 204
Hex 75 1C CC

RGB Percentages of Color #751ccc

%33.52
%8.02
%58.45

CMYK Percentages of Color #751ccc

%43
%86
%0
%20

Triadic Colors of #751ccc

#751ccc #cc751c #1ccc75

Analogous Colors of #751ccc

#751ccc #cc1ccb #1d1ccc

Monochromatic Colors of #751ccc

#751ccc

Complementary Color

#751ccc #73cc1c

#751ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#751ccc Color CSS Codes

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

#751ccc Text Font Color

<p style="color:#751ccc">Text here</p>

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


#751ccc Background Color

<div style="background-color:#751ccc">
Div content here</div>

This div background color is #751ccc


#751ccc Border Color

<div style="border:3px solid #751ccc">
Div here</div>

This div border color is #751ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,28,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #751ccc;
  box-shadow:         1px 1px 3px 2px #751ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751ccc


Comments

No comments written yet.

Please login to write comment.