Color Hex Logo

#6235dc Color Hex

#6235DC
(98,53,220)
0 Favorites   0 Comments

Color spaces of #6235dc

RGB 9853220
HSL0.710.700.54
HSV256°76°86°
CMYK 0.550.760.00   0.14
XYZ19.228410.310268.6868
Yxy10.31020.19580.1050
Hunter Lab32.109550.7010-104.3531
CIE-Lab38.393559.0656-77.7459

#6235dc color RGB value is (98,53,220).

#6235dc hex color red value is 98, green value is 53 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6235dc hue: 0.71 , saturation: 0.70 and the lightness value of 6235dc is 0.54.

The process color (four color CMYK) of #6235dc color hex is 0.55, 0.76, 0.00, 0.14. Web safe color of #6235dc is #6633cc. Color #6235dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00110101 11011100
Octal 142 65 334
Decimal 98 53 220
Hex 62 35 DC

RGB Percentages of Color #6235dc

%26.42
%14.29
%59.30

CMYK Percentages of Color #6235dc

%55
%76
%0
%14

Triadic Colors of #6235dc

#6235dc #dc6235 #35dc62

Analogous Colors of #6235dc

#6235dc #b635dc #355cdc

Monochromatic Colors of #6235dc

#6235dc

Complementary Color

#6235dc #afdc35

#6235dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6235dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6235dc Color CSS Codes

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

#6235dc Text Font Color

<p style="color:#6235dc">Text here</p>

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


#6235dc Background Color

<div style="background-color:#6235dc">
Div content here</div>

This div background color is #6235dc


#6235dc Border Color

<div style="border:3px solid #6235dc">
Div here</div>

This div border color is #6235dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,53,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6235dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6235dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6235dc;
  box-shadow:         1px 1px 3px 2px #6235dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6235dc


Comments

No comments written yet.

Please login to write comment.