Color Hex Logo

#c07afa Color Hex

#C07AFA
(192,122,250)
0 Favorites   0 Comments

Color spaces of #c07afa

RGB 192122250
HSL0.760.930.73
HSV273°51°98°
CMYK 0.230.510.00   0.02
XYZ45.953132.027794.2024
Yxy32.02770.26690.1860
Hunter Lab56.593045.9028-59.0766
CIE-Lab63.365850.3361-53.7366

#c07afa color RGB value is (192,122,250).

#c07afa hex color red value is 192, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c07afa hue: 0.76 , saturation: 0.93 and the lightness value of c07afa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111010 11111010
Octal 300 172 372
Decimal 192 122 250
Hex C0 7A FA

RGB Percentages of Color #c07afa

%34.04
%21.63
%44.33

CMYK Percentages of Color #c07afa

%23
%51
%0
%2

Triadic Colors of #c07afa

#c07afa #fac07a #7afac0

Analogous Colors of #c07afa

#c07afa #fa7af4 #807afa

Monochromatic Colors of #c07afa

#c07afa

Complementary Color

#c07afa #b4fa7a

#c07afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07afa Color CSS Codes

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

#c07afa Text Font Color

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

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


#c07afa Background Color

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

This div background color is #c07afa


#c07afa Border Color

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

This div border color is #c07afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07afa

Related Colors


Comments

No comments written yet.

Please login to write comment.