Color Hex Logo

#2f0ddb Color Hex

#2F0DDB
(47,13,219)
0 Favorites   0 Comments

Color spaces of #2f0ddb

RGB 4713219
HSL0.690.890.45
HSV250°94°86°
CMYK 0.790.940.00   0.14
XYZ14.10246.006767.4340
Yxy6.00670.16110.0686
Hunter Lab24.508659.8201-145.9772
CIE-Lab29.429468.8844-92.1520

#2f0ddb color RGB value is (47,13,219).

#2f0ddb hex color red value is 47, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2f0ddb hue: 0.69 , saturation: 0.89 and the lightness value of 2f0ddb is 0.45.

The process color (four color CMYK) of #2f0ddb color hex is 0.79, 0.94, 0.00, 0.14. Web safe color of #2f0ddb is #3300cc. Color #2f0ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00001101 11011011
Octal 57 15 333
Decimal 47 13 219
Hex 2F D DB

RGB Percentages of Color #2f0ddb

%16.85
%4.66
%78.49

CMYK Percentages of Color #2f0ddb

%79
%94
%0
%14

Triadic Colors of #2f0ddb

#2f0ddb #db2f0d #0ddb2f

Analogous Colors of #2f0ddb

#2f0ddb #960ddb #0d52db

Monochromatic Colors of #2f0ddb

#2f0ddb

Complementary Color

#2f0ddb #b9db0d

#2f0ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f0ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f0ddb Color CSS Codes

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

#2f0ddb Text Font Color

<p style="color:#2f0ddb">Text here</p>

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


#2f0ddb Background Color

<div style="background-color:#2f0ddb">
Div content here</div>

This div background color is #2f0ddb


#2f0ddb Border Color

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

This div border color is #2f0ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,13,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 #2f0ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f0ddb


Comments

No comments written yet.

Please login to write comment.