Color Hex Logo

#c64bee Color Hex

#C64BEE
(198,75,238)
0 Favorites   0 Comments

Color spaces of #c64bee

RGB 19875238
HSL0.790.830.61
HSV285°68°93°
CMYK 0.170.680.00   0.07
XYZ41.237423.211083.1956
Yxy23.21100.27930.1572
Hunter Lab48.177868.4745-68.6602
CIE-Lab55.289071.2387-59.9302

#c64bee color RGB value is (198,75,238).

#c64bee hex color red value is 198, green value is 75 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c64bee hue: 0.79 , saturation: 0.83 and the lightness value of c64bee is 0.61.

The process color (four color CMYK) of #c64bee color hex is 0.17, 0.68, 0.00, 0.07. Web safe color of #c64bee is #cc33ff. Color #c64bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001011 11101110
Octal 306 113 356
Decimal 198 75 238
Hex C6 4B EE

RGB Percentages of Color #c64bee

%38.75
%14.68
%46.58

CMYK Percentages of Color #c64bee

%17
%68
%0
%7

Triadic Colors of #c64bee

#c64bee #eec64b #4beec6

Analogous Colors of #c64bee

#c64bee #ee4bc5 #754bee

Monochromatic Colors of #c64bee

#c64bee

Complementary Color

#c64bee #73ee4b

#c64bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64bee Color CSS Codes

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

#c64bee Text Font Color

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

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


#c64bee Background Color

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

This div background color is #c64bee


#c64bee Border Color

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

This div border color is #c64bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64bee


Comments

No comments written yet.

Please login to write comment.