Color Hex Logo

#c01ac4 Color Hex

#C01AC4
(192,26,196)
0 Favorites   0 Comments

Color spaces of #c01ac4

RGB 19226196
HSL0.830.770.44
HSV299°87°77°
CMYK 0.020.870.00   0.23
XYZ32.071415.930853.6091
Yxy15.93080.31560.1568
Hunter Lab39.913473.5807-51.6951
CIE-Lab46.883677.0441-49.5070

#c01ac4 color RGB value is (192,26,196).

#c01ac4 hex color red value is 192, green value is 26 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #c01ac4 hue: 0.83 , saturation: 0.77 and the lightness value of c01ac4 is 0.44.

The process color (four color CMYK) of #c01ac4 color hex is 0.02, 0.87, 0.00, 0.23. Web safe color of #c01ac4 is #cc33cc. Color #c01ac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011010 11000100
Octal 300 32 304
Decimal 192 26 196
Hex C0 1A C4

RGB Percentages of Color #c01ac4

%46.38
%6.28
%47.34

CMYK Percentages of Color #c01ac4

%2
%87
%0
%23

Triadic Colors of #c01ac4

#c01ac4 #c4c01a #1ac4c0

Analogous Colors of #c01ac4

#c01ac4 #c41a73 #6b1ac4

Monochromatic Colors of #c01ac4

#c01ac4

Complementary Color

#c01ac4 #1ec41a

#c01ac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01ac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01ac4 Color CSS Codes

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

#c01ac4 Text Font Color

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

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


#c01ac4 Background Color

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

This div background color is #c01ac4


#c01ac4 Border Color

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

This div border color is #c01ac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01ac4


Comments

No comments written yet.

Please login to write comment.