Color Hex Logo

#c468bc Color Hex

#C468BC
(196,104,188)
0 Favorites   0 Comments

Color spaces of #c468bc

RGB 196104188
HSL0.850.440.59
HSV305°47°77°
CMYK 0.000.470.04   0.23
XYZ36.792425.267250.5148
Yxy25.26720.32680.2244
Hunter Lab50.266542.6862-24.3963
CIE-Lab57.334848.3000-28.3886

#c468bc color RGB value is (196,104,188).

#c468bc hex color red value is 196, green value is 104 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c468bc hue: 0.85 , saturation: 0.44 and the lightness value of c468bc is 0.59.

The process color (four color CMYK) of #c468bc color hex is 0.00, 0.47, 0.04, 0.23. Web safe color of #c468bc is #cc66cc. Color #c468bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101000 10111100
Octal 304 150 274
Decimal 196 104 188
Hex C4 68 BC

RGB Percentages of Color #c468bc

%40.16
%21.31
%38.52

CMYK Percentages of Color #c468bc

%0
%47
%4
%23

Triadic Colors of #c468bc

#c468bc #bcc468 #68bcc4

Analogous Colors of #c468bc

#c468bc #c4688e #9e68c4

Monochromatic Colors of #c468bc

#c468bc

Complementary Color

#c468bc #68c470

#c468bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c468bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c468bc Color CSS Codes

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

#c468bc Text Font Color

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

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


#c468bc Background Color

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

This div background color is #c468bc


#c468bc Border Color

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

This div border color is #c468bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,104,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 #c468bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c468bc


Comments

No comments written yet.

Please login to write comment.