Color Hex Logo

#5307cf Color Hex

#5307CF
(83,7,207)
0 Favorites   0 Comments

Color spaces of #5307cf

RGB 837207
HSL0.730.930.42
HSV263°97°81°
CMYK 0.600.970.00   0.19
XYZ14.90576.496059.4997
Yxy6.49600.18420.0803
Hunter Lab25.487359.7894-120.5708
CIE-Lab30.630868.6390-83.1135

#5307cf color RGB value is (83,7,207).

#5307cf hex color red value is 83, green value is 7 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5307cf hue: 0.73 , saturation: 0.93 and the lightness value of 5307cf is 0.42.

The process color (four color CMYK) of #5307cf color hex is 0.60, 0.97, 0.00, 0.19. Web safe color of #5307cf is #6600cc. Color #5307cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 11001111
Octal 123 7 317
Decimal 83 7 207
Hex 53 7 CF

RGB Percentages of Color #5307cf

%27.95
%2.36
%69.70

CMYK Percentages of Color #5307cf

%60
%97
%0
%19

Triadic Colors of #5307cf

#5307cf #cf5307 #07cf53

Analogous Colors of #5307cf

#5307cf #b707cf #071fcf

Monochromatic Colors of #5307cf

#5307cf

Complementary Color

#5307cf #83cf07

#5307cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5307cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5307cf Color CSS Codes

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

#5307cf Text Font Color

<p style="color:#5307cf">Text here</p>

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


#5307cf Background Color

<div style="background-color:#5307cf">
Div content here</div>

This div background color is #5307cf


#5307cf Border Color

<div style="border:3px solid #5307cf">
Div here</div>

This div border color is #5307cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,7,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5307cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5307cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5307cf;
  box-shadow:         1px 1px 3px 2px #5307cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5307cf


Comments

No comments written yet.

Please login to write comment.