Color Hex Logo

#c425bf Color Hex

#C425BF
(196,37,191)
0 Favorites   0 Comments

Color spaces of #c425bf

RGB 19637191
HSL0.840.680.46
HSV302°81°77°
CMYK 0.000.810.03   0.23
XYZ32.830516.820550.8065
Yxy16.82050.32680.1674
Hunter Lab41.012871.1158-44.7393
CIE-Lab48.033174.8143-44.7236

#c425bf color RGB value is (196,37,191).

#c425bf hex color red value is 196, green value is 37 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c425bf hue: 0.84 , saturation: 0.68 and the lightness value of c425bf is 0.46.

The process color (four color CMYK) of #c425bf color hex is 0.00, 0.81, 0.03, 0.23. Web safe color of #c425bf is #cc33cc. Color #c425bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 10111111
Octal 304 45 277
Decimal 196 37 191
Hex C4 25 BF

RGB Percentages of Color #c425bf

%46.23
%8.73
%45.05

CMYK Percentages of Color #c425bf

%0
%81
%3
%23

Triadic Colors of #c425bf

#c425bf #bfc425 #25bfc4

Analogous Colors of #c425bf

#c425bf #c42570 #7a25c4

Monochromatic Colors of #c425bf

#c425bf

Complementary Color

#c425bf #25c42a

#c425bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c425bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c425bf Color CSS Codes

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

#c425bf Text Font Color

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

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


#c425bf Background Color

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

This div background color is #c425bf


#c425bf Border Color

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

This div border color is #c425bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c425bf


Comments

No comments written yet.

Please login to write comment.