Color Hex Logo

#3c0dde Color Hex

#3C0DDE
(60,13,222)
0 Favorites   0 Comments

Color spaces of #3c0dde

RGB 6013222
HSL0.700.890.46
HSV253°94°87°
CMYK 0.730.940.00   0.13
XYZ15.19226.522469.5655
Yxy6.52240.16640.0715
Hunter Lab25.539061.4898-143.6224
CIE-Lab30.693970.0836-91.7493

#3c0dde color RGB value is (60,13,222).

#3c0dde hex color red value is 60, green value is 13 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3c0dde hue: 0.70 , saturation: 0.89 and the lightness value of 3c0dde is 0.46.

The process color (four color CMYK) of #3c0dde color hex is 0.73, 0.94, 0.00, 0.13. Web safe color of #3c0dde is #3300cc. Color #3c0dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00001101 11011110
Octal 74 15 336
Decimal 60 13 222
Hex 3C D DE

RGB Percentages of Color #3c0dde

%20.34
%4.41
%75.25

CMYK Percentages of Color #3c0dde

%73
%94
%0
%13

Triadic Colors of #3c0dde

#3c0dde #de3c0d #0dde3c

Analogous Colors of #3c0dde

#3c0dde #a50dde #0d47de

Monochromatic Colors of #3c0dde

#3c0dde

Complementary Color

#3c0dde #afde0d

#3c0dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c0dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c0dde Color CSS Codes

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

#3c0dde Text Font Color

<p style="color:#3c0dde">Text here</p>

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


#3c0dde Background Color

<div style="background-color:#3c0dde">
Div content here</div>

This div background color is #3c0dde


#3c0dde Border Color

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

This div border color is #3c0dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,13,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c0dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c0dde;
  -webkit-box-shadow: 1px 1px 3px 2px #3c0dde;
  box-shadow:         1px 1px 3px 2px #3c0dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,13,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c0dde


Comments

No comments written yet.

Please login to write comment.