Color Hex Logo

#8038cd Color Hex

#8038CD
(128,56,205)
0 Favorites   0 Comments

Color spaces of #8038cd

RGB 12856205
HSL0.750.600.51
HSV269°73°80°
CMYK 0.380.730.00   0.20
XYZ21.335711.825358.9156
Yxy11.82530.23170.1284
Hunter Lab34.387950.5699-77.5079
CIE-Lab40.937158.4549-64.8072

#8038cd color RGB value is (128,56,205).

#8038cd hex color red value is 128, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8038cd hue: 0.75 , saturation: 0.60 and the lightness value of 8038cd is 0.51.

The process color (four color CMYK) of #8038cd color hex is 0.38, 0.73, 0.00, 0.20. Web safe color of #8038cd is #9933cc. Color #8038cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 11001101
Octal 200 70 315
Decimal 128 56 205
Hex 80 38 CD

RGB Percentages of Color #8038cd

%32.90
%14.40
%52.70

CMYK Percentages of Color #8038cd

%38
%73
%0
%20

Triadic Colors of #8038cd

#8038cd #cd8038 #38cd80

Analogous Colors of #8038cd

#8038cd #cb38cd #383bcd

Monochromatic Colors of #8038cd

#8038cd

Complementary Color

#8038cd #85cd38

#8038cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8038cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8038cd Color CSS Codes

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

#8038cd Text Font Color

<p style="color:#8038cd">Text here</p>

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


#8038cd Background Color

<div style="background-color:#8038cd">
Div content here</div>

This div background color is #8038cd


#8038cd Border Color

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

This div border color is #8038cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,56,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8038cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8038cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8038cd;
  box-shadow:         1px 1px 3px 2px #8038cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8038cd


Comments

No comments written yet.

Please login to write comment.