Color Hex Logo

#c64bdf Color Hex

#C64BDF
(198,75,223)
0 Favorites   0 Comments

Color spaces of #c64bdf

RGB 19875223
HSL0.810.700.58
HSV290°66°87°
CMYK 0.110.660.00   0.13
XYZ39.124122.365672.0670
Yxy22.36560.29290.1675
Hunter Lab47.292364.9085-57.2453
CIE-Lab54.412868.4359-52.8952

#c64bdf color RGB value is (198,75,223).

#c64bdf hex color red value is 198, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c64bdf hue: 0.81 , saturation: 0.70 and the lightness value of c64bdf is 0.58.

The process color (four color CMYK) of #c64bdf color hex is 0.11, 0.66, 0.00, 0.13. Web safe color of #c64bdf is #cc33cc. Color #c64bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001011 11011111
Octal 306 113 337
Decimal 198 75 223
Hex C6 4B DF

RGB Percentages of Color #c64bdf

%39.92
%15.12
%44.96

CMYK Percentages of Color #c64bdf

%11
%66
%0
%13

Triadic Colors of #c64bdf

#c64bdf #dfc64b #4bdfc6

Analogous Colors of #c64bdf

#c64bdf #df4bae #7c4bdf

Monochromatic Colors of #c64bdf

#c64bdf

Complementary Color

#c64bdf #64df4b

#c64bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64bdf Color CSS Codes

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

#c64bdf Text Font Color

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

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


#c64bdf Background Color

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

This div background color is #c64bdf


#c64bdf Border Color

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

This div border color is #c64bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,75,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64bdf


Comments

No comments written yet.

Please login to write comment.