Color Hex Logo

#5c5ddb Color Hex

#5C5DDB
(92,93,219)
0 Favorites   0 Comments

Color spaces of #5c5ddb

RGB 9293219
HSL0.670.640.61
HSV240°58°86°
CMYK 0.580.580.00   0.14
XYZ21.114215.218568.8425
Yxy15.21850.20080.1447
Hunter Lab39.010928.3420-77.3214
CIE-Lab45.932035.8699-64.8779

#5c5ddb color RGB value is (92,93,219).

#5c5ddb hex color red value is 92, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5c5ddb hue: 0.67 , saturation: 0.64 and the lightness value of 5c5ddb is 0.61.

The process color (four color CMYK) of #5c5ddb color hex is 0.58, 0.58, 0.00, 0.14. Web safe color of #5c5ddb is #6666cc. Color #5c5ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01011101 11011011
Octal 134 135 333
Decimal 92 93 219
Hex 5C 5D DB

RGB Percentages of Color #5c5ddb

%22.77
%23.02
%54.21

CMYK Percentages of Color #5c5ddb

%58
%58
%0
%14

Triadic Colors of #5c5ddb

#5c5ddb #db5c5d #5ddb5c

Analogous Colors of #5c5ddb

#5c5ddb #9b5cdb #5c9ddb

Monochromatic Colors of #5c5ddb

#5c5ddb

Complementary Color

#5c5ddb #dbda5c

#5c5ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c5ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c5ddb Color CSS Codes

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

#5c5ddb Text Font Color

<p style="color:#5c5ddb">Text here</p>

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


#5c5ddb Background Color

<div style="background-color:#5c5ddb">
Div content here</div>

This div background color is #5c5ddb


#5c5ddb Border Color

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

This div border color is #5c5ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,93,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c5ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c5ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #5c5ddb;
  box-shadow:         1px 1px 3px 2px #5c5ddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,93,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c5ddb


Comments

No comments written yet.

Please login to write comment.