Color Hex Logo

#5230cd Color Hex

#5230CD
(82,48,205)
0 Favorites   0 Comments

Color spaces of #5230cd

RGB 8248205
HSL0.700.620.50
HSV253°77°80°
CMYK 0.600.770.00   0.20
XYZ15.55618.315558.5428
Yxy8.31550.18880.1009
Hunter Lab28.836645.8289-100.1823
CIE-Lab34.631555.2609-75.3345

#5230cd color RGB value is (82,48,205).

#5230cd hex color red value is 82, green value is 48 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5230cd hue: 0.70 , saturation: 0.62 and the lightness value of 5230cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110000 11001101
Octal 122 60 315
Decimal 82 48 205
Hex 52 30 CD

RGB Percentages of Color #5230cd

%24.48
%14.33
%61.19

CMYK Percentages of Color #5230cd

%60
%77
%0
%20

Triadic Colors of #5230cd

#5230cd #cd5230 #30cd52

Analogous Colors of #5230cd

#5230cd #a130cd #305ccd

Monochromatic Colors of #5230cd

#5230cd

Complementary Color

#5230cd #abcd30

#5230cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5230cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5230cd Color CSS Codes

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

#5230cd Text Font Color

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

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


#5230cd Background Color

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

This div background color is #5230cd


#5230cd Border Color

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

This div border color is #5230cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5230cd


Comments

No comments written yet.

Please login to write comment.