Color Hex Logo

#602dbc Color Hex

#602DBC
(96,45,188)
0 Favorites   0 Comments

Color spaces of #602dbc

RGB 9645188
HSL0.730.610.46
HSV261°76°74°
CMYK 0.490.760.00   0.26
XYZ14.83947.994448.3379
Yxy7.99440.20850.1123
Hunter Lab28.274444.2030-81.5702
CIE-Lab33.971253.8404-66.4139

#602dbc color RGB value is (96,45,188).

#602dbc hex color red value is 96, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #602dbc hue: 0.73 , saturation: 0.61 and the lightness value of 602dbc is 0.46.

The process color (four color CMYK) of #602dbc color hex is 0.49, 0.76, 0.00, 0.26. Web safe color of #602dbc is #6633cc. Color #602dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101101 10111100
Octal 140 55 274
Decimal 96 45 188
Hex 60 2D BC

RGB Percentages of Color #602dbc

%29.18
%13.68
%57.14

CMYK Percentages of Color #602dbc

%49
%76
%0
%26

Triadic Colors of #602dbc

#602dbc #bc602d #2dbc60

Analogous Colors of #602dbc

#602dbc #a82dbc #2d42bc

Monochromatic Colors of #602dbc

#602dbc

Complementary Color

#602dbc #89bc2d

#602dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#602dbc Color CSS Codes

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

#602dbc Text Font Color

<p style="color:#602dbc">Text here</p>

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


#602dbc Background Color

<div style="background-color:#602dbc">
Div content here</div>

This div background color is #602dbc


#602dbc Border Color

<div style="border:3px solid #602dbc">
Div here</div>

This div border color is #602dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,45,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #602dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #602dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #602dbc;
  box-shadow:         1px 1px 3px 2px #602dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,45,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602dbc


Comments

No comments written yet.

Please login to write comment.