Color Hex Logo

#c64bbf Color Hex

#C64BBF
(198,75,191)
0 Favorites   0 Comments

Color spaces of #c64bbf

RGB 19875191
HSL0.840.520.54
HSV303°62°78°
CMYK 0.000.620.04   0.22
XYZ35.208720.799551.4492
Yxy20.79950.32770.1936
Hunter Lab45.606557.9927-34.9612
CIE-Lab52.729462.8460-37.2779

#c64bbf color RGB value is (198,75,191).

#c64bbf hex color red value is 198, green value is 75 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c64bbf hue: 0.84 , saturation: 0.52 and the lightness value of c64bbf is 0.54.

The process color (four color CMYK) of #c64bbf color hex is 0.00, 0.62, 0.04, 0.22. Web safe color of #c64bbf is #cc33cc. Color #c64bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001011 10111111
Octal 306 113 277
Decimal 198 75 191
Hex C6 4B BF

RGB Percentages of Color #c64bbf

%42.67
%16.16
%41.16

CMYK Percentages of Color #c64bbf

%0
%62
%4
%22

Triadic Colors of #c64bbf

#c64bbf #bfc64b #4bbfc6

Analogous Colors of #c64bbf

#c64bbf #c64b82 #904bc6

Monochromatic Colors of #c64bbf

#c64bbf

Complementary Color

#c64bbf #4bc652

#c64bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64bbf Color CSS Codes

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

#c64bbf Text Font Color

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

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


#c64bbf Background Color

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

This div background color is #c64bbf


#c64bbf Border Color

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

This div border color is #c64bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64bbf


Comments

No comments written yet.

Please login to write comment.