Color Hex Logo

#075cce Color Hex

#075CCE
(7,92,206)
0 Favorites   0 Comments

Color spaces of #075cce

RGB 792206
HSL0.600.930.42
HSV214°97°81°
CMYK 0.970.550.00   0.19
XYZ15.055312.155759.9453
Yxy12.15570.17270.1395
Hunter Lab34.865016.0655-77.5349
CIE-Lab41.462522.8498-64.8453

#075cce color RGB value is (7,92,206).

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

The process color (four color CMYK) of #075cce color hex is 0.97, 0.55, 0.00, 0.19. Web safe color of #075cce is #0066cc. Color #075cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011100 11001110
Octal 7 134 316
Decimal 7 92 206
Hex 7 5C CE

RGB Percentages of Color #075cce

%2.30
%30.16
%67.54

CMYK Percentages of Color #075cce

%97
%55
%0
%19

Triadic Colors of #075cce

#075cce #ce075c #5cce07

Analogous Colors of #075cce

#075cce #1507ce #07c0ce

Monochromatic Colors of #075cce

#075cce

Complementary Color

#075cce #ce7907

#075cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#075cce Color CSS Codes

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

#075cce Text Font Color

<p style="color:#075cce">Text here</p>

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


#075cce Background Color

<div style="background-color:#075cce">
Div content here</div>

This div background color is #075cce


#075cce Border Color

<div style="border:3px solid #075cce">
Div here</div>

This div border color is #075cce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,92,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #075cce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #075cce;
  -webkit-box-shadow: 1px 1px 3px 2px #075cce;
  box-shadow:         1px 1px 3px 2px #075cce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075cce


Comments

No comments written yet.

Please login to write comment.