Color Hex Logo

#6236ce Color Hex

#6236CE
(98,54,206)
1 Favorites   0 Comments

Color spaces of #6236ce

RGB 9854206
HSL0.710.610.51
HSV257°74°81°
CMYK 0.520.740.00   0.19
XYZ17.49679.691259.3409
Yxy9.69120.20220.1120
Hunter Lab31.130745.8455-91.2263
CIE-Lab37.282454.7648-71.4997

#6236ce color RGB value is (98,54,206).

#6236ce hex color red value is 98, green value is 54 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6236ce hue: 0.71 , saturation: 0.61 and the lightness value of 6236ce is 0.51.

The process color (four color CMYK) of #6236ce color hex is 0.52, 0.74, 0.00, 0.19. Web safe color of #6236ce is #6633cc. Color #6236ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00110110 11001110
Octal 142 66 316
Decimal 98 54 206
Hex 62 36 CE

RGB Percentages of Color #6236ce

%27.37
%15.08
%57.54

CMYK Percentages of Color #6236ce

%52
%74
%0
%19

Triadic Colors of #6236ce

#6236ce #ce6236 #36ce62

Analogous Colors of #6236ce

#6236ce #ae36ce #3656ce

Monochromatic Colors of #6236ce

#6236ce

Complementary Color

#6236ce #a2ce36

#6236ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6236ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6236ce Color CSS Codes

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

#6236ce Text Font Color

<p style="color:#6236ce">Text here</p>

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


#6236ce Background Color

<div style="background-color:#6236ce">
Div content here</div>

This div background color is #6236ce


#6236ce Border Color

<div style="border:3px solid #6236ce">
Div here</div>

This div border color is #6236ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,54,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6236ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6236ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6236ce;
  box-shadow:         1px 1px 3px 2px #6236ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6236ce


Comments

No comments written yet.

Please login to write comment.