Color Hex Logo

#c07ffa Color Hex

#C07FFA
(192,127,250)
0 Favorites   0 Comments

Color spaces of #c07ffa

RGB 192127250
HSL0.750.920.74
HSV272°49°98°
CMYK 0.230.490.00   0.02
XYZ46.582933.287394.4124
Yxy33.28730.26730.1910
Hunter Lab57.695143.1539-56.6356
CIE-Lab64.392947.6936-52.1073

#c07ffa color RGB value is (192,127,250).

#c07ffa hex color red value is 192, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c07ffa hue: 0.75 , saturation: 0.92 and the lightness value of c07ffa is 0.74.

The process color (four color CMYK) of #c07ffa color hex is 0.23, 0.49, 0.00, 0.02. Web safe color of #c07ffa is #cc66ff. Color #c07ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111111 11111010
Octal 300 177 372
Decimal 192 127 250
Hex C0 7F FA

RGB Percentages of Color #c07ffa

%33.74
%22.32
%43.94

CMYK Percentages of Color #c07ffa

%23
%49
%0
%2

Triadic Colors of #c07ffa

#c07ffa #fac07f #7ffac0

Analogous Colors of #c07ffa

#c07ffa #fa7ff7 #837ffa

Monochromatic Colors of #c07ffa

#c07ffa

Complementary Color

#c07ffa #b9fa7f

#c07ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07ffa Color CSS Codes

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

#c07ffa Text Font Color

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

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


#c07ffa Background Color

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

This div background color is #c07ffa


#c07ffa Border Color

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

This div border color is #c07ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.