Color Hex Logo

#5038cf Color Hex

#5038CF
(80,56,207)
0 Favorites   0 Comments

Color spaces of #5038cf

RGB 8056207
HSL0.690.610.52
HSV250°73°81°
CMYK 0.610.730.00   0.19
XYZ15.98499.038859.9337
Yxy9.03880.18820.1064
Hunter Lab30.064642.2928-97.1493
CIE-Lab36.058951.5985-74.1514

#5038cf color RGB value is (80,56,207).

#5038cf hex color red value is 80, green value is 56 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5038cf hue: 0.69 , saturation: 0.61 and the lightness value of 5038cf is 0.52.

The process color (four color CMYK) of #5038cf color hex is 0.61, 0.73, 0.00, 0.19. Web safe color of #5038cf is #6633cc. Color #5038cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111000 11001111
Octal 120 70 317
Decimal 80 56 207
Hex 50 38 CF

RGB Percentages of Color #5038cf

%23.32
%16.33
%60.35

CMYK Percentages of Color #5038cf

%61
%73
%0
%19

Triadic Colors of #5038cf

#5038cf #cf5038 #38cf50

Analogous Colors of #5038cf

#5038cf #9c38cf #386ccf

Monochromatic Colors of #5038cf

#5038cf

Complementary Color

#5038cf #b7cf38

#5038cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5038cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5038cf Color CSS Codes

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

#5038cf Text Font Color

<p style="color:#5038cf">Text here</p>

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


#5038cf Background Color

<div style="background-color:#5038cf">
Div content here</div>

This div background color is #5038cf


#5038cf Border Color

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

This div border color is #5038cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,56,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5038cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5038cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5038cf;
  box-shadow:         1px 1px 3px 2px #5038cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5038cf


Comments

No comments written yet.

Please login to write comment.