Color Hex Logo

#3f17dc Color Hex

#3F17DC
(63,23,220)
0 Favorites   0 Comments

Color spaces of #3f17dc

RGB 6323220
HSL0.700.810.48
HSV252°90°86°
CMYK 0.710.900.00   0.14
XYZ15.27466.836968.2247
Yxy6.83690.16910.0757
Hunter Lab26.147558.5165-136.3979
CIE-Lab31.432767.3890-89.3617

#3f17dc color RGB value is (63,23,220).

#3f17dc hex color red value is 63, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3f17dc hue: 0.70 , saturation: 0.81 and the lightness value of 3f17dc is 0.48.

The process color (four color CMYK) of #3f17dc color hex is 0.71, 0.90, 0.00, 0.14. Web safe color of #3f17dc is #3300cc. Color #3f17dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 00010111 11011100
Octal 77 27 334
Decimal 63 23 220
Hex 3F 17 DC

RGB Percentages of Color #3f17dc

%20.59
%7.52
%71.90

CMYK Percentages of Color #3f17dc

%71
%90
%0
%14

Triadic Colors of #3f17dc

#3f17dc #dc3f17 #17dc3f

Analogous Colors of #3f17dc

#3f17dc #a217dc #1751dc

Monochromatic Colors of #3f17dc

#3f17dc

Complementary Color

#3f17dc #b4dc17

#3f17dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f17dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f17dc Color CSS Codes

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

#3f17dc Text Font Color

<p style="color:#3f17dc">Text here</p>

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


#3f17dc Background Color

<div style="background-color:#3f17dc">
Div content here</div>

This div background color is #3f17dc


#3f17dc Border Color

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

This div border color is #3f17dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,23,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3f17dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3f17dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3f17dc;
  box-shadow:         1px 1px 3px 2px #3f17dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f17dc


Comments

No comments written yet.

Please login to write comment.