Color Hex Logo

#c038ad Color Hex

#C038AD
(192,56,173)
0 Favorites   0 Comments

Color spaces of #c038ad

RGB 19256173
HSL0.860.550.49
HSV308°71°75°
CMYK 0.000.710.10   0.25
XYZ30.695217.051941.2087
Yxy17.05190.34510.1917
Hunter Lab41.293960.4207-30.2618
CIE-Lab48.325465.7775-33.7624

#c038ad color RGB value is (192,56,173).

#c038ad hex color red value is 192, green value is 56 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c038ad hue: 0.86 , saturation: 0.55 and the lightness value of c038ad is 0.49.

The process color (four color CMYK) of #c038ad color hex is 0.00, 0.71, 0.10, 0.25. Web safe color of #c038ad is #cc3399. Color #c038ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111000 10101101
Octal 300 70 255
Decimal 192 56 173
Hex C0 38 AD

RGB Percentages of Color #c038ad

%45.61
%13.30
%41.09

CMYK Percentages of Color #c038ad

%0
%71
%10
%25

Triadic Colors of #c038ad

#c038ad #adc038 #38adc0

Analogous Colors of #c038ad

#c038ad #c03869 #8f38c0

Monochromatic Colors of #c038ad

#c038ad

Complementary Color

#c038ad #38c04b

#c038ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c038ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c038ad Color CSS Codes

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

#c038ad Text Font Color

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

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


#c038ad Background Color

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

This div background color is #c038ad


#c038ad Border Color

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

This div border color is #c038ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c038ad


Comments

No comments written yet.

Please login to write comment.