Color Hex Logo

#0938cd Color Hex

#0938CD
(9,56,205)
0 Favorites   0 Comments

Color spaces of #0938cd

RGB 956205
HSL0.630.920.42
HSV226°96°80°
CMYK 0.960.730.00   0.20
XYZ12.54637.294258.5043
Yxy7.29420.16010.0931
Hunter Lab27.007835.6575-109.5287
CIE-Lab32.467545.6712-79.0299

#0938cd color RGB value is (9,56,205).

#0938cd hex color red value is 9, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0938cd hue: 0.63 , saturation: 0.92 and the lightness value of 0938cd is 0.42.

The process color (four color CMYK) of #0938cd color hex is 0.96, 0.73, 0.00, 0.20. Web safe color of #0938cd is #0033cc. Color #0938cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111000 11001101
Octal 11 70 315
Decimal 9 56 205
Hex 9 38 CD

RGB Percentages of Color #0938cd

%3.33
%20.74
%75.93

CMYK Percentages of Color #0938cd

%96
%73
%0
%20

Triadic Colors of #0938cd

#0938cd #cd0938 #38cd09

Analogous Colors of #0938cd

#0938cd #3c09cd #099acd

Monochromatic Colors of #0938cd

#0938cd

Complementary Color

#0938cd #cd9e09

#0938cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0938cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0938cd Color CSS Codes

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

#0938cd Text Font Color

<p style="color:#0938cd">Text here</p>

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


#0938cd Background Color

<div style="background-color:#0938cd">
Div content here</div>

This div background color is #0938cd


#0938cd Border Color

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

This div border color is #0938cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,56,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0938cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0938cd;
  -webkit-box-shadow: 1px 1px 3px 2px #0938cd;
  box-shadow:         1px 1px 3px 2px #0938cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,56,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0938cd


Comments

No comments written yet.

Please login to write comment.