Color Hex Logo

#6272da Color Hex

#6272DA
(98,114,218)
0 Favorites   0 Comments

Color spaces of #6272da

RGB 98114218
HSL0.640.620.62
HSV232°55°85°
CMYK 0.550.480.00   0.15
XYZ23.709219.693368.8812
Yxy19.69330.21120.1754
Hunter Lab44.377117.7065-60.9646
CIE-Lab51.488723.8485-55.3297

#6272da color RGB value is (98,114,218).

#6272da hex color red value is 98, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6272da hue: 0.64 , saturation: 0.62 and the lightness value of 6272da is 0.62.

The process color (four color CMYK) of #6272da color hex is 0.55, 0.48, 0.00, 0.15. Web safe color of #6272da is #6666cc. Color #6272da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110010 11011010
Octal 142 162 332
Decimal 98 114 218
Hex 62 72 DA

RGB Percentages of Color #6272da

%22.79
%26.51
%50.70

CMYK Percentages of Color #6272da

%55
%48
%0
%15

Triadic Colors of #6272da

#6272da #da6272 #72da62

Analogous Colors of #6272da

#6272da #8e62da #62aeda

Monochromatic Colors of #6272da

#6272da

Complementary Color

#6272da #daca62

#6272da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6272da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6272da Color CSS Codes

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

#6272da Text Font Color

<p style="color:#6272da">Text here</p>

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


#6272da Background Color

<div style="background-color:#6272da">
Div content here</div>

This div background color is #6272da


#6272da Border Color

<div style="border:3px solid #6272da">
Div here</div>

This div border color is #6272da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,114,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6272da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6272da;
  -webkit-box-shadow: 1px 1px 3px 2px #6272da;
  box-shadow:         1px 1px 3px 2px #6272da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6272da


Comments

No comments written yet.

Please login to write comment.