Color Hex Logo

#6238cc Color Hex

#6238CC
(98,56,204)
0 Favorites   0 Comments

Color spaces of #6238cc

RGB 9856204
HSL0.710.590.51
HSV257°73°80°
CMYK 0.520.730.00   0.20
XYZ17.35039.784758.1009
Yxy9.78470.20360.1148
Hunter Lab31.280544.2674-88.2298
CIE-Lab37.453253.2330-70.0592

#6238cc color RGB value is (98,56,204).

#6238cc hex color red value is 98, green value is 56 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6238cc hue: 0.71 , saturation: 0.59 and the lightness value of 6238cc is 0.51.

The process color (four color CMYK) of #6238cc color hex is 0.52, 0.73, 0.00, 0.20. Web safe color of #6238cc is #6633cc. Color #6238cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00111000 11001100
Octal 142 70 314
Decimal 98 56 204
Hex 62 38 CC

RGB Percentages of Color #6238cc

%27.37
%15.64
%56.98

CMYK Percentages of Color #6238cc

%52
%73
%0
%20

Triadic Colors of #6238cc

#6238cc #cc6238 #38cc62

Analogous Colors of #6238cc

#6238cc #ac38cc #3858cc

Monochromatic Colors of #6238cc

#6238cc

Complementary Color

#6238cc #a2cc38

#6238cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6238cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6238cc Color CSS Codes

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

#6238cc Text Font Color

<p style="color:#6238cc">Text here</p>

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


#6238cc Background Color

<div style="background-color:#6238cc">
Div content here</div>

This div background color is #6238cc


#6238cc Border Color

<div style="border:3px solid #6238cc">
Div here</div>

This div border color is #6238cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,56,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6238cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6238cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6238cc;
  box-shadow:         1px 1px 3px 2px #6238cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6238cc


Comments

No comments written yet.

Please login to write comment.