Color Hex Logo

#3017dd Color Hex

#3017DD
(48,23,221)
0 Favorites   0 Comments

Color spaces of #3017dd

RGB 4823221
HSL0.690.810.48
HSV248°90°87°
CMYK 0.780.900.00   0.13
XYZ14.57656.461668.8856
Yxy6.46160.16210.0719
Hunter Lab25.419757.8735-142.8781
CIE-Lab30.548466.9946-91.4372

#3017dd color RGB value is (48,23,221).

#3017dd hex color red value is 48, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3017dd hue: 0.69 , saturation: 0.81 and the lightness value of 3017dd is 0.48.

The process color (four color CMYK) of #3017dd color hex is 0.78, 0.90, 0.00, 0.13. Web safe color of #3017dd is #3300cc. Color #3017dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010111 11011101
Octal 60 27 335
Decimal 48 23 221
Hex 30 17 DD

RGB Percentages of Color #3017dd

%16.44
%7.88
%75.68

CMYK Percentages of Color #3017dd

%78
%90
%0
%13

Triadic Colors of #3017dd

#3017dd #dd3017 #17dd30

Analogous Colors of #3017dd

#3017dd #9317dd #1761dd

Monochromatic Colors of #3017dd

#3017dd

Complementary Color

#3017dd #c4dd17

#3017dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3017dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3017dd Color CSS Codes

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

#3017dd Text Font Color

<p style="color:#3017dd">Text here</p>

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


#3017dd Background Color

<div style="background-color:#3017dd">
Div content here</div>

This div background color is #3017dd


#3017dd Border Color

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

This div border color is #3017dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,23,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3017dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3017dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3017dd;
  box-shadow:         1px 1px 3px 2px #3017dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,23,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3017dd


Comments

No comments written yet.

Please login to write comment.