Color Hex Logo

#4b19cd Color Hex

#4B19CD
(75,25,205)
0 Favorites   0 Comments

Color spaces of #4b19cd

RGB 7525205
HSL0.710.780.45
HSV257°88°80°
CMYK 0.630.880.00   0.20
XYZ14.26876.598958.2793
Yxy6.59890.18030.0834
Hunter Lab25.688354.1941-116.5299
CIE-Lab30.875863.6862-81.5655

#4b19cd color RGB value is (75,25,205).

#4b19cd hex color red value is 75, green value is 25 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4b19cd hue: 0.71 , saturation: 0.78 and the lightness value of 4b19cd is 0.45.

The process color (four color CMYK) of #4b19cd color hex is 0.63, 0.88, 0.00, 0.20. Web safe color of #4b19cd is #3300cc. Color #4b19cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00011001 11001101
Octal 113 31 315
Decimal 75 25 205
Hex 4B 19 CD

RGB Percentages of Color #4b19cd

%24.59
%8.20
%67.21

CMYK Percentages of Color #4b19cd

%63
%88
%0
%20

Triadic Colors of #4b19cd

#4b19cd #cd4b19 #19cd4b

Analogous Colors of #4b19cd

#4b19cd #a519cd #1941cd

Monochromatic Colors of #4b19cd

#4b19cd

Complementary Color

#4b19cd #9bcd19

#4b19cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b19cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b19cd Color CSS Codes

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

#4b19cd Text Font Color

<p style="color:#4b19cd">Text here</p>

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


#4b19cd Background Color

<div style="background-color:#4b19cd">
Div content here</div>

This div background color is #4b19cd


#4b19cd Border Color

<div style="border:3px solid #4b19cd">
Div here</div>

This div border color is #4b19cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,25,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b19cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b19cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4b19cd;
  box-shadow:         1px 1px 3px 2px #4b19cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,25,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 #4b19cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b19cd


Comments

No comments written yet.

Please login to write comment.