Color Hex Logo

#727ccb Color Hex

#727CCB
(114,124,203)
0 Favorites   0 Comments

Color spaces of #727ccb

RGB 114124203
HSL0.650.460.62
HSV233°44°80°
CMYK 0.440.390.00   0.20
XYZ24.926622.304559.4913
Yxy22.30450.23360.2090
Hunter Lab47.227611.5634-41.6266
CIE-Lab54.348616.8186-42.2131

#727ccb color RGB value is (114,124,203).

#727ccb hex color red value is 114, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #727ccb hue: 0.65 , saturation: 0.46 and the lightness value of 727ccb is 0.62.

The process color (four color CMYK) of #727ccb color hex is 0.44, 0.39, 0.00, 0.20. Web safe color of #727ccb is #6666cc. Color #727ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111100 11001011
Octal 162 174 313
Decimal 114 124 203
Hex 72 7C CB

RGB Percentages of Color #727ccb

%25.85
%28.12
%46.03

CMYK Percentages of Color #727ccb

%44
%39
%0
%20

Triadic Colors of #727ccb

#727ccb #cb727c #7ccb72

Analogous Colors of #727ccb

#727ccb #9572cb #72a9cb

Monochromatic Colors of #727ccb

#727ccb

Complementary Color

#727ccb #cbc172

#727ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#727ccb Color CSS Codes

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

#727ccb Text Font Color

<p style="color:#727ccb">Text here</p>

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


#727ccb Background Color

<div style="background-color:#727ccb">
Div content here</div>

This div background color is #727ccb


#727ccb Border Color

<div style="border:3px solid #727ccb">
Div here</div>

This div border color is #727ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,124,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #727ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #727ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #727ccb;
  box-shadow:         1px 1px 3px 2px #727ccb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727ccb


Comments

No comments written yet.

Please login to write comment.