Color Hex Logo

#c07bfa Color Hex

#C07BFA
(192,123,250)
0 Favorites   0 Comments

Color spaces of #c07bfa

RGB 192123250
HSL0.760.930.73
HSV273°51°98°
CMYK 0.230.510.00   0.02
XYZ46.076532.274594.2436
Yxy32.27450.26700.1870
Hunter Lab56.810745.3545-58.5892
CIE-Lab63.569149.8106-53.4138

#c07bfa color RGB value is (192,123,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111011 11111010
Octal 300 173 372
Decimal 192 123 250
Hex C0 7B FA

RGB Percentages of Color #c07bfa

%33.98
%21.77
%44.25

CMYK Percentages of Color #c07bfa

%23
%51
%0
%2

Triadic Colors of #c07bfa

#c07bfa #fac07b #7bfac0

Analogous Colors of #c07bfa

#c07bfa #fa7bf5 #817bfa

Monochromatic Colors of #c07bfa

#c07bfa

Complementary Color

#c07bfa #b5fa7b

#c07bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07bfa Color CSS Codes

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

#c07bfa Text Font Color

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

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


#c07bfa Background Color

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

This div background color is #c07bfa


#c07bfa Border Color

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

This div border color is #c07bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.