Color Hex Logo

#33127c Color Hex

#33127C
(51,18,124)
0 Favorites   0 Comments

Color spaces of #33127c

RGB 5118124
HSL0.720.750.28
HSV259°85°49°
CMYK 0.590.850.00   0.51
XYZ5.21962.591719.2939
Yxy2.59170.19260.0956
Hunter Lab16.098829.7011-59.7882
CIE-Lab18.328342.0837-53.1486

#33127c color RGB value is (51,18,124).

#33127c hex color red value is 51, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #33127c hue: 0.72 , saturation: 0.75 and the lightness value of 33127c is 0.28.

The process color (four color CMYK) of #33127c color hex is 0.59, 0.85, 0.00, 0.51. Web safe color of #33127c is #330066. Color #33127c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010010 01111100
Octal 63 22 174
Decimal 51 18 124
Hex 33 12 7C

RGB Percentages of Color #33127c

%26.42
%9.33
%64.25

CMYK Percentages of Color #33127c

%59
%85
%0
%51

Triadic Colors of #33127c

#33127c #7c3312 #127c33

Analogous Colors of #33127c

#33127c #68127c #12267c

Monochromatic Colors of #33127c

#33127c

Complementary Color

#33127c #5b7c12

#33127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33127c Color CSS Codes

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

#33127c Text Font Color

<p style="color:#33127c">Text here</p>

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


#33127c Background Color

<div style="background-color:#33127c">
Div content here</div>

This div background color is #33127c


#33127c Border Color

<div style="border:3px solid #33127c">
Div here</div>

This div border color is #33127c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,18,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33127c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33127c;
  -webkit-box-shadow: 1px 1px 3px 2px #33127c;
  box-shadow:         1px 1px 3px 2px #33127c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,18,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33127c


Comments

No comments written yet.

Please login to write comment.