Color Hex Logo

#0752cd Color Hex

#0752CD
(7,82,205)
0 Favorites   0 Comments

Color spaces of #0752cd

RGB 782205
HSL0.600.930.42
HSV217°97°80°
CMYK 0.970.600.00   0.20
XYZ14.124410.487559.0375
Yxy10.48750.16890.1254
Hunter Lab32.384421.1797-85.4179
CIE-Lab38.703529.0471-68.7706

#0752cd color RGB value is (7,82,205).

#0752cd hex color red value is 7, green value is 82 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0752cd hue: 0.60 , saturation: 0.93 and the lightness value of 0752cd is 0.42.

The process color (four color CMYK) of #0752cd color hex is 0.97, 0.60, 0.00, 0.20. Web safe color of #0752cd is #0066cc. Color #0752cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010010 11001101
Octal 7 122 315
Decimal 7 82 205
Hex 7 52 CD

RGB Percentages of Color #0752cd

%2.38
%27.89
%69.73

CMYK Percentages of Color #0752cd

%97
%60
%0
%20

Triadic Colors of #0752cd

#0752cd #cd0752 #52cd07

Analogous Colors of #0752cd

#0752cd #1f07cd #07b5cd

Monochromatic Colors of #0752cd

#0752cd

Complementary Color

#0752cd #cd8207

#0752cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0752cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0752cd Color CSS Codes

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

#0752cd Text Font Color

<p style="color:#0752cd">Text here</p>

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


#0752cd Background Color

<div style="background-color:#0752cd">
Div content here</div>

This div background color is #0752cd


#0752cd Border Color

<div style="border:3px solid #0752cd">
Div here</div>

This div border color is #0752cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,82,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0752cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0752cd;
  -webkit-box-shadow: 1px 1px 3px 2px #0752cd;
  box-shadow:         1px 1px 3px 2px #0752cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,82,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0752cd


Comments

No comments written yet.

Please login to write comment.