Color Hex Logo

#0f0dca Color Hex

#0F0DCA
(15,13,202)
0 Favorites   0 Comments

Color spaces of #0f0dca

RGB 1513202
HSL0.670.880.42
HSV241°94°79°
CMYK 0.930.940.00   0.21
XYZ11.00164.653756.1955
Yxy4.65370.15310.0648
Hunter Lab21.572453.2804-139.3478
CIE-Lab25.724563.8271-88.4882

#0f0dca color RGB value is (15,13,202).

#0f0dca hex color red value is 15, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0f0dca hue: 0.67 , saturation: 0.88 and the lightness value of 0f0dca is 0.42.

The process color (four color CMYK) of #0f0dca color hex is 0.93, 0.94, 0.00, 0.21. Web safe color of #0f0dca is #0000cc. Color #0f0dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00001101 11001010
Octal 17 15 312
Decimal 15 13 202
Hex F D CA

RGB Percentages of Color #0f0dca

%6.52
%5.65
%87.83

CMYK Percentages of Color #0f0dca

%93
%94
%0
%21

Triadic Colors of #0f0dca

#0f0dca #ca0f0d #0dca0f

Analogous Colors of #0f0dca

#0f0dca #6e0dca #0d6aca

Monochromatic Colors of #0f0dca

#0f0dca

Complementary Color

#0f0dca #c8ca0d

#0f0dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0dca Color CSS Codes

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

#0f0dca Text Font Color

<p style="color:#0f0dca">Text here</p>

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


#0f0dca Background Color

<div style="background-color:#0f0dca">
Div content here</div>

This div background color is #0f0dca


#0f0dca Border Color

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

This div border color is #0f0dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,13,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f0dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f0dca;
  -webkit-box-shadow: 1px 1px 3px 2px #0f0dca;
  box-shadow:         1px 1px 3px 2px #0f0dca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0dca


Comments

No comments written yet.

Please login to write comment.