Color Hex Logo

#c445bc Color Hex

#C445BC
(196,69,188)
0 Favorites   0 Comments

Color spaces of #c445bc

RGB 19669188
HSL0.840.520.52
HSV304°65°77°
CMYK 0.000.650.04   0.23
XYZ33.970219.622849.5741
Yxy19.62280.32930.1902
Hunter Lab44.297659.3641-35.3439
CIE-Lab51.408064.2805-37.6401

#c445bc color RGB value is (196,69,188).

#c445bc hex color red value is 196, green value is 69 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c445bc hue: 0.84 , saturation: 0.52 and the lightness value of c445bc is 0.52.

The process color (four color CMYK) of #c445bc color hex is 0.00, 0.65, 0.04, 0.23. Web safe color of #c445bc is #cc33cc. Color #c445bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000101 10111100
Octal 304 105 274
Decimal 196 69 188
Hex C4 45 BC

RGB Percentages of Color #c445bc

%43.27
%15.23
%41.50

CMYK Percentages of Color #c445bc

%0
%65
%4
%23

Triadic Colors of #c445bc

#c445bc #bcc445 #45bcc4

Analogous Colors of #c445bc

#c445bc #c4457d #8d45c4

Monochromatic Colors of #c445bc

#c445bc

Complementary Color

#c445bc #45c44d

#c445bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c445bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c445bc Color CSS Codes

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

#c445bc Text Font Color

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

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


#c445bc Background Color

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

This div background color is #c445bc


#c445bc Border Color

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

This div border color is #c445bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c445bc


Comments

No comments written yet.

Please login to write comment.