Color Hex Logo

#5246cf Color Hex

#5246CF
(82,70,207)
0 Favorites   0 Comments

Color spaces of #5246cf

RGB 8270207
HSL0.680.590.54
HSV245°66°81°
CMYK 0.600.660.00   0.19
XYZ16.932310.679260.2003
Yxy10.67920.19280.1216
Hunter Lab32.679035.2995-86.3468
CIE-Lab39.034844.1195-69.2631

#5246cf color RGB value is (82,70,207).

#5246cf hex color red value is 82, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5246cf hue: 0.68 , saturation: 0.59 and the lightness value of 5246cf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 11001111
Octal 122 106 317
Decimal 82 70 207
Hex 52 46 CF

RGB Percentages of Color #5246cf

%22.84
%19.50
%57.66

CMYK Percentages of Color #5246cf

%60
%66
%0
%19

Triadic Colors of #5246cf

#5246cf #cf5246 #46cf52

Analogous Colors of #5246cf

#5246cf #9746cf #467fcf

Monochromatic Colors of #5246cf

#5246cf

Complementary Color

#5246cf #c3cf46

#5246cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5246cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5246cf Color CSS Codes

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

#5246cf Text Font Color

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

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


#5246cf Background Color

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

This div background color is #5246cf


#5246cf Border Color

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

This div border color is #5246cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,70,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 #5246cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5246cf


Comments

No comments written yet.

Please login to write comment.