Color Hex Logo

#4826cd Color Hex

#4826CD
(72,38,205)
0 Favorites   0 Comments

Color spaces of #4826cd

RGB 7238205
HSL0.700.690.48
HSV252°81°80°
CMYK 0.650.810.00   0.20
XYZ14.38507.171758.3837
Yxy7.17170.17990.0897
Hunter Lab26.780049.0169-110.5133
CIE-Lab32.194658.7215-79.3885

#4826cd color RGB value is (72,38,205).

#4826cd hex color red value is 72, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4826cd hue: 0.70 , saturation: 0.69 and the lightness value of 4826cd is 0.48.

The process color (four color CMYK) of #4826cd color hex is 0.65, 0.81, 0.00, 0.20. Web safe color of #4826cd is #3333cc. Color #4826cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100110 11001101
Octal 110 46 315
Decimal 72 38 205
Hex 48 26 CD

RGB Percentages of Color #4826cd

%22.86
%12.06
%65.08

CMYK Percentages of Color #4826cd

%65
%81
%0
%20

Triadic Colors of #4826cd

#4826cd #cd4826 #26cd48

Analogous Colors of #4826cd

#4826cd #9c26cd #2658cd

Monochromatic Colors of #4826cd

#4826cd

Complementary Color

#4826cd #abcd26

#4826cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4826cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4826cd Color CSS Codes

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

#4826cd Text Font Color

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

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


#4826cd Background Color

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

This div background color is #4826cd


#4826cd Border Color

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

This div border color is #4826cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4826cd


Comments

No comments written yet.

Please login to write comment.