Color Hex Logo

#c700bc Color Hex

#C700BC
(199,0,188)
0 Favorites   0 Comments

Color spaces of #c700bc

RGB 1990188
HSL0.841.000.39
HSV303°100°78°
CMYK 0.001.000.06   0.22
XYZ32.630315.773048.9016
Yxy15.77300.33530.1621
Hunter Lab39.715277.1551-45.2035
CIE-Lab46.675379.9524-45.1012

#c700bc color RGB value is (199,0,188).

#c700bc hex color red value is 199, green value is 0 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c700bc hue: 0.84 , saturation: 1.00 and the lightness value of c700bc is 0.39.

The process color (four color CMYK) of #c700bc color hex is 0.00, 1.00, 0.06, 0.22. Web safe color of #c700bc is #cc00cc. Color #c700bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 10111100
Octal 307 0 274
Decimal 199 0 188
Hex C7 0 BC

RGB Percentages of Color #c700bc

%51.42
%0.00
%48.58

CMYK Percentages of Color #c700bc

%0
%100
%6
%22

Triadic Colors of #c700bc

#c700bc #bcc700 #00bcc7

Analogous Colors of #c700bc

#c700bc #c70058 #6f00c7

Monochromatic Colors of #c700bc

#c700bc

Complementary Color

#c700bc #00c70b

#c700bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c700bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c700bc Color CSS Codes

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

#c700bc Text Font Color

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

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


#c700bc Background Color

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

This div background color is #c700bc


#c700bc Border Color

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

This div border color is #c700bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c700bc


Comments

No comments written yet.

Please login to write comment.