Color Hex Logo

#c007cf Color Hex

#C007CF
(192,7,207)
0 Favorites   0 Comments

Color spaces of #c007cf

RGB 1927207
HSL0.820.930.42
HSV296°97°81°
CMYK 0.070.970.00   0.19
XYZ33.076715.863460.3501
Yxy15.86340.30270.1451
Hunter Lab39.828978.5384-61.9580
CIE-Lab46.794881.0266-56.0200

#c007cf color RGB value is (192,7,207).

#c007cf hex color red value is 192, green value is 7 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c007cf hue: 0.82 , saturation: 0.93 and the lightness value of c007cf is 0.42.

The process color (four color CMYK) of #c007cf color hex is 0.07, 0.97, 0.00, 0.19. Web safe color of #c007cf is #cc00cc. Color #c007cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000111 11001111
Octal 300 7 317
Decimal 192 7 207
Hex C0 7 CF

RGB Percentages of Color #c007cf

%47.29
%1.72
%50.99

CMYK Percentages of Color #c007cf

%7
%97
%0
%19

Triadic Colors of #c007cf

#c007cf #cfc007 #07cfc0

Analogous Colors of #c007cf

#c007cf #cf077a #5c07cf

Monochromatic Colors of #c007cf

#c007cf

Complementary Color

#c007cf #16cf07

#c007cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c007cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c007cf Color CSS Codes

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

#c007cf Text Font Color

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

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


#c007cf Background Color

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

This div background color is #c007cf


#c007cf Border Color

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

This div border color is #c007cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,7,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c007cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c007cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c007cf;
  box-shadow:         1px 1px 3px 2px #c007cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,7,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c007cf


Comments

No comments written yet.

Please login to write comment.