Color Hex Logo

#c07fff Color Hex

#C07FFF
(192,127,255)
0 Favorites   0 Comments

Color spaces of #c07fff

RGB 192127255
HSL0.751.000.75
HSV270°50°100°
CMYK 0.250.500.00   0.00
XYZ47.377633.605298.5971
Yxy33.60520.26380.1871
Hunter Lab57.970044.4366-60.2632
CIE-Lab64.648048.8231-54.4445

#c07fff color RGB value is (192,127,255).

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

The process color (four color CMYK) of #c07fff color hex is 0.25, 0.50, 0.00, 0.00. Web safe color of #c07fff is #cc66ff. Color #c07fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111111 11111111
Octal 300 177 377
Decimal 192 127 255
Hex C0 7F FF

RGB Percentages of Color #c07fff

%33.45
%22.13
%44.43

CMYK Percentages of Color #c07fff

%25
%50
%0
%0

Triadic Colors of #c07fff

#c07fff #ffc07f #7fffc0

Analogous Colors of #c07fff

#c07fff #ff7ffe #807fff

Monochromatic Colors of #c07fff

#c07fff

Complementary Color

#c07fff #beff7f

#c07fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07fff Color CSS Codes

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

#c07fff Text Font Color

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

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


#c07fff Background Color

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

This div background color is #c07fff


#c07fff Border Color

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

This div border color is #c07fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07fff

Related Colors


Comments

No comments written yet.

Please login to write comment.