Color Hex Logo

#c03ad7 Color Hex

#C03AD7
(192,58,215)
0 Favorites   0 Comments

Color spaces of #c03ad7

RGB 19258215
HSL0.810.660.54
HSV291°73°84°
CMYK 0.110.730.00   0.16
XYZ35.517019.138966.1122
Yxy19.13890.29410.1585
Hunter Lab43.748068.3568-58.9757
CIE-Lab50.849371.9947-54.0998

#c03ad7 color RGB value is (192,58,215).

#c03ad7 hex color red value is 192, green value is 58 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #c03ad7 hue: 0.81 , saturation: 0.66 and the lightness value of c03ad7 is 0.54.

The process color (four color CMYK) of #c03ad7 color hex is 0.11, 0.73, 0.00, 0.16. Web safe color of #c03ad7 is #cc33cc. Color #c03ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111010 11010111
Octal 300 72 327
Decimal 192 58 215
Hex C0 3A D7

RGB Percentages of Color #c03ad7

%41.29
%12.47
%46.24

CMYK Percentages of Color #c03ad7

%11
%73
%0
%16

Triadic Colors of #c03ad7

#c03ad7 #d7c03a #3ad7c0

Analogous Colors of #c03ad7

#c03ad7 #d73aa0 #723ad7

Monochromatic Colors of #c03ad7

#c03ad7

Complementary Color

#c03ad7 #51d73a

#c03ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03ad7 Color CSS Codes

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

#c03ad7 Text Font Color

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

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


#c03ad7 Background Color

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

This div background color is #c03ad7


#c03ad7 Border Color

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

This div border color is #c03ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03ad7


Comments

No comments written yet.

Please login to write comment.