Color Hex Logo

#c038c3 Color Hex

#C038C3
(192,56,195)
0 Favorites   0 Comments

Color spaces of #c038c3

RGB 19256195
HSL0.830.550.49
HSV299°71°76°
CMYK 0.020.710.00   0.24
XYZ33.002717.974953.3598
Yxy17.97490.31630.1723
Hunter Lab42.396864.7543-44.9435
CIE-Lab49.465669.2517-44.8099

#c038c3 color RGB value is (192,56,195).

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

The process color (four color CMYK) of #c038c3 color hex is 0.02, 0.71, 0.00, 0.24. Web safe color of #c038c3 is #cc33cc. Color #c038c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111000 11000011
Octal 300 70 303
Decimal 192 56 195
Hex C0 38 C3

RGB Percentages of Color #c038c3

%43.34
%12.64
%44.02

CMYK Percentages of Color #c038c3

%2
%71
%0
%24

Triadic Colors of #c038c3

#c038c3 #c3c038 #38c3c0

Analogous Colors of #c038c3

#c038c3 #c33881 #7b38c3

Monochromatic Colors of #c038c3

#c038c3

Complementary Color

#c038c3 #3bc338

#c038c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c038c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c038c3 Color CSS Codes

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

#c038c3 Text Font Color

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

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


#c038c3 Background Color

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

This div background color is #c038c3


#c038c3 Border Color

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

This div border color is #c038c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c038c3


Comments

No comments written yet.

Please login to write comment.