Color Hex Logo

#c038dc Color Hex

#C038DC
(192,56,220)
0 Favorites   0 Comments

Color spaces of #c038dc

RGB 19256220
HSL0.800.700.54
HSV290°75°86°
CMYK 0.130.750.00   0.14
XYZ36.070719.202169.5154
Yxy19.20210.28910.1539
Hunter Lab43.820270.2473-63.3822
CIE-Lab50.922873.5397-56.8306

#c038dc color RGB value is (192,56,220).

#c038dc hex color red value is 192, green value is 56 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c038dc hue: 0.80 , saturation: 0.70 and the lightness value of c038dc is 0.54.

The process color (four color CMYK) of #c038dc color hex is 0.13, 0.75, 0.00, 0.14. Web safe color of #c038dc is #cc33cc. Color #c038dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111000 11011100
Octal 300 70 334
Decimal 192 56 220
Hex C0 38 DC

RGB Percentages of Color #c038dc

%41.03
%11.97
%47.01

CMYK Percentages of Color #c038dc

%13
%75
%0
%14

Triadic Colors of #c038dc

#c038dc #dcc038 #38dcc0

Analogous Colors of #c038dc

#c038dc #dc38a6 #6e38dc

Monochromatic Colors of #c038dc

#c038dc

Complementary Color

#c038dc #54dc38

#c038dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c038dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c038dc Color CSS Codes

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

#c038dc Text Font Color

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

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


#c038dc Background Color

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

This div background color is #c038dc


#c038dc Border Color

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

This div border color is #c038dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c038dc


Comments

No comments written yet.

Please login to write comment.