Color Hex Logo

#c265cb Color Hex

#C265CB
(194,101,203)
0 Favorites   0 Comments

Color spaces of #c265cb

RGB 194101203
HSL0.820.500.60
HSV295°50°80°
CMYK 0.040.500.00   0.20
XYZ37.681325.088559.3565
Yxy25.08850.30850.2054
Hunter Lab50.088446.6300-35.1988
CIE-Lab57.161551.9583-37.2396

#c265cb color RGB value is (194,101,203).

#c265cb hex color red value is 194, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c265cb hue: 0.82 , saturation: 0.50 and the lightness value of c265cb is 0.60.

The process color (four color CMYK) of #c265cb color hex is 0.04, 0.50, 0.00, 0.20. Web safe color of #c265cb is #cc66cc. Color #c265cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 11001011
Octal 302 145 313
Decimal 194 101 203
Hex C2 65 CB

RGB Percentages of Color #c265cb

%38.96
%20.28
%40.76

CMYK Percentages of Color #c265cb

%4
%50
%0
%20

Triadic Colors of #c265cb

#c265cb #cbc265 #65cbc2

Analogous Colors of #c265cb

#c265cb #cb65a1 #8f65cb

Monochromatic Colors of #c265cb

#c265cb

Complementary Color

#c265cb #6ecb65

#c265cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265cb Color CSS Codes

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

#c265cb Text Font Color

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

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


#c265cb Background Color

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

This div background color is #c265cb


#c265cb Border Color

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

This div border color is #c265cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,101,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c265cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c265cb;
  -webkit-box-shadow: 1px 1px 3px 2px #c265cb;
  box-shadow:         1px 1px 3px 2px #c265cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,101,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265cb


Comments

No comments written yet.

Please login to write comment.