Color Hex Logo

#5207ca Color Hex

#5207CA
(82,7,202)
0 Favorites   0 Comments

Color spaces of #5207ca

RGB 827202
HSL0.730.930.41
HSV263°97°79°
CMYK 0.590.970.00   0.21
XYZ14.21636.210156.3265
Yxy6.21010.18520.0809
Hunter Lab24.920158.2198-116.5683
CIE-Lab29.936567.4093-81.3507

#5207ca color RGB value is (82,7,202).

#5207ca hex color red value is 82, green value is 7 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5207ca hue: 0.73 , saturation: 0.93 and the lightness value of 5207ca is 0.41.

The process color (four color CMYK) of #5207ca color hex is 0.59, 0.97, 0.00, 0.21. Web safe color of #5207ca is #6600cc. Color #5207ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000111 11001010
Octal 122 7 312
Decimal 82 7 202
Hex 52 7 CA

RGB Percentages of Color #5207ca

%28.18
%2.41
%69.42

CMYK Percentages of Color #5207ca

%59
%97
%0
%21

Triadic Colors of #5207ca

#5207ca #ca5207 #07ca52

Analogous Colors of #5207ca

#5207ca #b407ca #071eca

Monochromatic Colors of #5207ca

#5207ca

Complementary Color

#5207ca #7fca07

#5207ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5207ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5207ca Color CSS Codes

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

#5207ca Text Font Color

<p style="color:#5207ca">Text here</p>

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


#5207ca Background Color

<div style="background-color:#5207ca">
Div content here</div>

This div background color is #5207ca


#5207ca Border Color

<div style="border:3px solid #5207ca">
Div here</div>

This div border color is #5207ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5207ca


Comments

No comments written yet.

Please login to write comment.