Color Hex Logo

#c07bfb Color Hex

#C07BFB
(192,123,251)
0 Favorites   0 Comments

Color spaces of #c07bfb

RGB 192123251
HSL0.760.940.73
HSV272°51°98°
CMYK 0.240.510.00   0.02
XYZ46.233832.337495.0717
Yxy32.33740.26630.1862
Hunter Lab56.866045.6105-59.3181
CIE-Lab63.620850.0344-53.8814

#c07bfb color RGB value is (192,123,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111011 11111011
Octal 300 173 373
Decimal 192 123 251
Hex C0 7B FB

RGB Percentages of Color #c07bfb

%33.92
%21.73
%44.35

CMYK Percentages of Color #c07bfb

%24
%51
%0
%2

Triadic Colors of #c07bfb

#c07bfb #fbc07b #7bfbc0

Analogous Colors of #c07bfb

#c07bfb #fb7bf6 #807bfb

Monochromatic Colors of #c07bfb

#c07bfb

Complementary Color

#c07bfb #b6fb7b

#c07bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07bfb Color CSS Codes

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

#c07bfb Text Font Color

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

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


#c07bfb Background Color

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

This div background color is #c07bfb


#c07bfb Border Color

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

This div border color is #c07bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07bfb


Comments

No comments written yet.

Please login to write comment.