Color Hex Logo

#c278bd Color Hex

#C278BD
(194,120,189)
0 Favorites   0 Comments

Color spaces of #c278bd

RGB 194120189
HSL0.840.380.62
HSV304°38°76°
CMYK 0.000.380.03   0.24
XYZ38.149928.576451.6492
Yxy28.57640.32230.2414
Hunter Lab53.456933.8382-19.8652
CIE-Lab60.405939.4901-24.2440

#c278bd color RGB value is (194,120,189).

#c278bd hex color red value is 194, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c278bd hue: 0.84 , saturation: 0.38 and the lightness value of c278bd is 0.62.

The process color (four color CMYK) of #c278bd color hex is 0.00, 0.38, 0.03, 0.24. Web safe color of #c278bd is #cc66cc. Color #c278bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111000 10111101
Octal 302 170 275
Decimal 194 120 189
Hex C2 78 BD

RGB Percentages of Color #c278bd

%38.57
%23.86
%37.57

CMYK Percentages of Color #c278bd

%0
%38
%3
%24

Triadic Colors of #c278bd

#c278bd #bdc278 #78bdc2

Analogous Colors of #c278bd

#c278bd #c27898 #a278c2

Monochromatic Colors of #c278bd

#c278bd

Complementary Color

#c278bd #78c27d

#c278bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c278bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c278bd Color CSS Codes

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

#c278bd Text Font Color

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

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


#c278bd Background Color

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

This div background color is #c278bd


#c278bd Border Color

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

This div border color is #c278bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c278bd


Comments

No comments written yet.

Please login to write comment.