Color Hex Logo

#c025ab Color Hex

#C025AB
(192,37,171)
0 Favorites   0 Comments

Color spaces of #c025ab

RGB 19237171
HSL0.860.680.45
HSV308°81°75°
CMYK 0.000.810.11   0.25
XYZ29.750515.469939.9460
Yxy15.46990.34930.1816
Hunter Lab39.331866.1864-32.6836
CIE-Lab46.271271.0758-35.8111

#c025ab color RGB value is (192,37,171).

#c025ab hex color red value is 192, green value is 37 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c025ab hue: 0.86 , saturation: 0.68 and the lightness value of c025ab is 0.45.

The process color (four color CMYK) of #c025ab color hex is 0.00, 0.81, 0.11, 0.25. Web safe color of #c025ab is #cc3399. Color #c025ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100101 10101011
Octal 300 45 253
Decimal 192 37 171
Hex C0 25 AB

RGB Percentages of Color #c025ab

%48.00
%9.25
%42.75

CMYK Percentages of Color #c025ab

%0
%81
%11
%25

Triadic Colors of #c025ab

#c025ab #abc025 #25abc0

Analogous Colors of #c025ab

#c025ab #c0255d #8825c0

Monochromatic Colors of #c025ab

#c025ab

Complementary Color

#c025ab #25c03a

#c025ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c025ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c025ab Color CSS Codes

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

#c025ab Text Font Color

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

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


#c025ab Background Color

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

This div background color is #c025ab


#c025ab Border Color

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

This div border color is #c025ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c025ab


Comments

No comments written yet.

Please login to write comment.