Color Hex Logo

#4b27cd Color Hex

#4B27CD
(75,39,205)
0 Favorites   0 Comments

Color spaces of #4b27cd

RGB 7539205
HSL0.700.680.48
HSV253°81°80°
CMYK 0.630.810.00   0.20
XYZ14.64667.354758.4052
Yxy7.35470.18220.0915
Hunter Lab27.119648.9442-108.7044
CIE-Lab32.601158.5749-78.7076

#4b27cd color RGB value is (75,39,205).

#4b27cd hex color red value is 75, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4b27cd hue: 0.70 , saturation: 0.68 and the lightness value of 4b27cd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100111 11001101
Octal 113 47 315
Decimal 75 39 205
Hex 4B 27 CD

RGB Percentages of Color #4b27cd

%23.51
%12.23
%64.26

CMYK Percentages of Color #4b27cd

%63
%81
%0
%20

Triadic Colors of #4b27cd

#4b27cd #cd4b27 #27cd4b

Analogous Colors of #4b27cd

#4b27cd #9e27cd #2756cd

Monochromatic Colors of #4b27cd

#4b27cd

Complementary Color

#4b27cd #a9cd27

#4b27cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b27cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b27cd Color CSS Codes

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

#4b27cd Text Font Color

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

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


#4b27cd Background Color

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

This div background color is #4b27cd


#4b27cd Border Color

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

This div border color is #4b27cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b27cd


Comments

No comments written yet.

Please login to write comment.