Color Hex Logo

#c703bc Color Hex

#C703BC
(199,3,188)
0 Favorites   0 Comments

Color spaces of #c703bc

RGB 1993188
HSL0.840.970.40
HSV303°98°78°
CMYK 0.000.980.06   0.22
XYZ32.662915.838148.9125
Yxy15.83810.33530.1626
Hunter Lab39.797176.8563-45.0122
CIE-Lab46.761479.6978-44.9641

#c703bc color RGB value is (199,3,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000011 10111100
Octal 307 3 274
Decimal 199 3 188
Hex C7 3 BC

RGB Percentages of Color #c703bc

%51.03
%0.77
%48.21

CMYK Percentages of Color #c703bc

%0
%98
%6
%22

Triadic Colors of #c703bc

#c703bc #bcc703 #03bcc7

Analogous Colors of #c703bc

#c703bc #c7035a #7003c7

Monochromatic Colors of #c703bc

#c703bc

Complementary Color

#c703bc #03c70e

#c703bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c703bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c703bc Color CSS Codes

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

#c703bc Text Font Color

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

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


#c703bc Background Color

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

This div background color is #c703bc


#c703bc Border Color

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

This div border color is #c703bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c703bc


Comments

No comments written yet.

Please login to write comment.